diff options
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/input.h | 2 | ||||
| -rw-r--r-- | src/io/output.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/io/input.h b/src/io/input.h index 5db3964..2759973 100644 --- a/src/io/input.h +++ b/src/io/input.h @@ -8,8 +8,8 @@ #ifndef ECGEN_INPUT_H #define ECGEN_INPUT_H -#include "util/random.h" #include "gen/types.h" +#include "util/random.h" /** * diff --git a/src/io/output.h b/src/io/output.h index 5c098e1..459834d 100644 --- a/src/io/output.h +++ b/src/io/output.h @@ -33,7 +33,7 @@ #define debug_log_end(...) \ do { \ - fprintf(verbose, "[ ] %lu ", time(NULL)); \ + fprintf(verbose, "[*] %lu ", time(NULL)); \ debug(__VA_ARGS__); \ fprintf(verbose, "\n"); \ } while (0) |
