diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2023-04-20 20:56:22 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2023-04-20 22:01:41 +0000 |
commit | a4f61b09f6f15e3570652acb9c24200072878845 (patch) | |
tree | 503f2dcd008d0c21f7f036e9ffd63161ab5be7fc /math/readstat/files/patch-src_bin_readstat.c | |
parent | 9523c6bffa8dfc6ae1a6842f5e1720885a164b90 (diff) |
Diffstat (limited to 'math/readstat/files/patch-src_bin_readstat.c')
-rw-r--r-- | math/readstat/files/patch-src_bin_readstat.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/readstat/files/patch-src_bin_readstat.c b/math/readstat/files/patch-src_bin_readstat.c new file mode 100644 index 000000000000..d589da2957f9 --- /dev/null +++ b/math/readstat/files/patch-src_bin_readstat.c @@ -0,0 +1,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"); + } + |