X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foptions.c;h=e0259f0936246e9f5f49a184de9239176eaf57e6;hb=c75794cffb05769b71a346af8513a3e8dde55f94;hp=11d38ea4679b0aba5f3cab97ac59f9b2428cebd6;hpb=51c3424bf88d0fa110683fbcdd208d0fa5c98179;p=pspp diff --git a/src/output/options.c b/src/output/options.c index 11d38ea467..e0259f0936 100644 --- a/src/output/options.c +++ b/src/output/options.c @@ -145,7 +145,7 @@ parse_boolean (struct driver_option *o) O has no user-specified value, then O's default value is treated the same way. If the default value still does not match, parse_enum() returns 0. - Example: parse_enum (o, "a", 1, "b", 2, (char *) NULL) returns 1 if O's + Example: parse_enum (o, "a", 1, "b", 2, NULL) returns 1 if O's value if "a", 2 if O's value is "b". Destroys O. */