mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
11 lines
310 B
C
11 lines
310 B
C
--- 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");
|
|
}
|
|
|