List definition needs spaces between ( and next token,
and between token and ) Update to comment.
This commit is contained in:
parent
04080c2ab3
commit
a225ce2aaf
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/* The option command. Syntax is option [opt ...] [opt = val ...].
|
/* The option command. Syntax is option [opt ...] [opt = val ...].
|
||||||
* Val may be a string, an int, a float, or a list of the
|
* Val may be a string, an int, a float, or a list of the
|
||||||
* form (elt1 elt2 ...). */
|
* form ( elt1 elt2 ... ). */
|
||||||
void
|
void
|
||||||
com_option(wordlist *wl)
|
com_option(wordlist *wl)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue