summaryrefslogtreecommitdiffstats
path: root/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitops.h')
-rw-r--r--bitops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitops.h b/bitops.h
index 7e0f0a7..6de8bf2 100644
--- a/bitops.h
+++ b/bitops.h
@@ -28,4 +28,4 @@
int vec_to_bits (char *bit_array, char *vec, int size);
int bits_to_vec (char *vec, char *bit_array, int bit_count, int size);
-#endif /* _bitops_h_ */
+#endif /* not _bitops_h_ */