summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index 61779fec3..f6e4604fc 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -95,7 +95,7 @@ typedef unsigned short word32;
#elif UCHAR_MAX == 0xffffffff
typedef unsigned char word32;
#else
-#error No 32-bit type available!
+# error No 32-bit type available!
#endif
/* Size of the state tables to use. (You may change ISAAC_LOG) */