diff options
Diffstat (limited to 'src/benchmark.c')
-rw-r--r-- | src/benchmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark.c b/src/benchmark.c index 0c636e1..08d945a 100644 --- a/src/benchmark.c +++ b/src/benchmark.c @@ -26,10 +26,10 @@ #ifndef MESSAGE_FILE -# define MESSAGE_FILE "LICENSE" +# define MESSAGE_FILE "LICENSE" #endif #ifndef MESSAGE_LEN -# define MESSAGE_LEN 34520 +# define MESSAGE_LEN 34520 #endif |