diff options
-rw-r--r-- | src/yes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\ exit (status); } -void +int main (int argc, char **argv) { program_name = argv[0]; |