diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-18 00:44:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-18 00:44:57 +0000 |
commit | 1f4c0ed890dd837b0edce966cded7462525c5829 (patch) | |
tree | 4d884db4a2323f4940d5f0e9a6dbf05430a2bd3b /src | |
parent | 9a6aae1ed7c50466e23ceb721f88086061f35311 (diff) | |
download | coreutils-1f4c0ed890dd837b0edce966cded7462525c5829.tar.xz |
cpp-indent #error line
Diffstat (limited to 'src')
-rw-r--r-- | src/shred.c | 2 |
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) */ |