diff options
| author | J08nY | 2017-06-01 01:46:25 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-01 01:46:25 +0200 |
| commit | 261e0ce6530387db48a07c3f8925dd67e63c28bf (patch) | |
| tree | 6f41122a982f13a0ba828d7ade2b8af326546ae3 /src/io | |
| parent | 63427ed3415b25bd29c5e1fe71ef9883d955bfcf (diff) | |
| download | ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.tar.gz ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.tar.zst ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.zip | |
Renamed a bunch of generators.
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) |
