From 261e0ce6530387db48a07c3f8925dd67e63c28bf Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 1 Jun 2017 01:46:25 +0200 Subject: Renamed a bunch of generators. --- src/io/input.h | 2 +- src/io/output.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io') 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) -- cgit v1.3.1