mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-15 00:20:34 +03:00
spelling: initialized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9deedec029
commit
d4908178bf
@ -5451,7 +5451,7 @@ static void arg_cat_option(char* dest, size_t ndest, const char* shortopts, cons
|
|||||||
if (shortopts) {
|
if (shortopts) {
|
||||||
char option[3];
|
char option[3];
|
||||||
|
|
||||||
/* note: option array[] is initialiazed dynamically here to satisfy */
|
/* note: option array[] is initialized dynamically here to satisfy */
|
||||||
/* a deficiency in the watcom compiler wrt static array initializers. */
|
/* a deficiency in the watcom compiler wrt static array initializers. */
|
||||||
option[0] = '-';
|
option[0] = '-';
|
||||||
option[1] = shortopts[0];
|
option[1] = shortopts[0];
|
||||||
@ -5509,7 +5509,7 @@ static void arg_cat_optionv(char* dest, size_t ndest, const char* shortopts, con
|
|||||||
/* "-a|-b|-c" */
|
/* "-a|-b|-c" */
|
||||||
char shortopt[3];
|
char shortopt[3];
|
||||||
|
|
||||||
/* note: shortopt array[] is initialiazed dynamically here to satisfy */
|
/* note: shortopt array[] is initialized dynamically here to satisfy */
|
||||||
/* a deficiency in the watcom compiler wrt static array initializers. */
|
/* a deficiency in the watcom compiler wrt static array initializers. */
|
||||||
shortopt[0] = '-';
|
shortopt[0] = '-';
|
||||||
shortopt[1] = *c;
|
shortopt[1] = *c;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user