diff options
Diffstat (limited to '')
| -rw-r--r-- | tools/tool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tool.h b/tools/tool.h index ee6c8eb..58721a2 100644 --- a/tools/tool.h +++ b/tools/tool.h | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #include "../src/nissy.h" | 9 | #include "../src/nissy.h" |
| 10 | #include "nissy_extra.h" | 10 | #include "nissy_extra.h" |
| 11 | 11 | ||
| 12 | static void log_stdout(const char *, void *); | 12 | static void log_stderr(const char *, void *); |
| 13 | static double timerun(void (*)(void)); | 13 | static double timerun(void (*)(void)); |
| 14 | static void writetable(const char *, int64_t, const char *); | 14 | static void writetable(const char *, int64_t, const char *); |
| 15 | static long long int generatetable(const char *, char **, | 15 | static long long int generatetable(const char *, char **, |
| @@ -22,9 +22,9 @@ static void derivedata_run( | |||
| 22 | const char *, const char *, const char *, const char *); | 22 | const char *, const char *, const char *, const char *); |
| 23 | 23 | ||
| 24 | static void | 24 | static void |
| 25 | log_stdout(const char *str, void *unused) | 25 | log_stderr(const char *str, void *unused) |
| 26 | { | 26 | { |
| 27 | fprintf(stdout, "%s", str); | 27 | fprintf(stderr, "%s", str); |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | static double | 30 | static double |
