blob: d589da2957f9bae46f8e86900d04a8abb2208bab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/bin/readstat.c.orig 2023-04-20 20:55:14 UTC
+++ src/bin/readstat.c
@@ -154,7 +154,7 @@ readstat_error_t parse_file(readstat_parser_t *parser,
return error;
}
-static void print_version() {
+static void print_version(void) {
fprintf(stdout, "ReadStat version " READSTAT_VERSION "\n");
}
|