X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Futilities%2Fdate.c;h=08fba2fc18ef9e5c0399aaeec26dc5fceb026158;hb=d2a96ae99e49b5264ca68ace469e20fa5e2e605b;hp=254421350a5a9338121975239762d8b67e123357;hpb=3816248a008a4af75aac6319d0c9929cb7ff679e;p=pspp diff --git a/src/language/utilities/date.c b/src/language/utilities/date.c index 254421350a..08fba2fc18 100644 --- a/src/language/utilities/date.c +++ b/src/language/utilities/date.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -27,7 +26,7 @@ /* Stub for USE command. */ int -cmd_use (struct lexer *lexer, struct dataset *ds UNUSED) +cmd_use (struct lexer *lexer, struct dataset *ds UNUSED) { if (lex_match (lexer, T_ALL)) return lex_end_of_command (lexer);