diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-26 19:07:10 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-26 19:07:10 +0200 |
| commit | 79500f46632ba50b1640d16983942b940dd7955f (patch) | |
| tree | 82540b786be00c5a7a87a983548b7ba5346d9270 /tools/tool.h | |
| parent | 191a85f8e0dc0c812a08d81b32cf319f23247e24 (diff) | |
| download | nissy-core-79500f46632ba50b1640d16983942b940dd7955f.tar.gz nissy-core-79500f46632ba50b1640d16983942b940dd7955f.zip | |
small fix
Diffstat (limited to 'tools/tool.h')
| -rw-r--r-- | tools/tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h index 1540f22..18b8ce9 100644 --- a/tools/tool.h +++ b/tools/tool.h | |||
| @@ -15,7 +15,7 @@ static void getfilename(const char *, const char *, char *); | |||
| 15 | static void writetable(const char *, int64_t, const char *); | 15 | static void writetable(const char *, int64_t, const char *); |
| 16 | static int64_t generatetable(const char *, const char *, char **); | 16 | static int64_t generatetable(const char *, const char *, char **); |
| 17 | static int getdata(const char *, const char *, char **, const char *); | 17 | static int getdata(const char *, const char *, char **, const char *); |
| 18 | static void gendata_run(const char *, const char *, uint64_t *); | 18 | static void gendata_run(const char *, const char *, uint64_t [static 21]); |
| 19 | 19 | ||
| 20 | static void | 20 | static void |
| 21 | log_stderr(const char *str, ...) | 21 | log_stderr(const char *str, ...) |
