summaryrefslogtreecommitdiff
path: root/src/bitmap_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap_i.h')
-rw-r--r--src/bitmap_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bitmap_i.h b/src/bitmap_i.h
index 2607141..b643d52 100644
--- a/src/bitmap_i.h
+++ b/src/bitmap_i.h
@@ -23,8 +23,8 @@
* http://git.sceen.net/rbraun/librbraun.git/
*/
-#ifndef _BITMAP_I_H
-#define _BITMAP_I_H
+#ifndef BITMAP_I_H
+#define BITMAP_I_H
#include <limits.h>
@@ -66,4 +66,4 @@ bitmap_mask(int bit)
int bitmap_find_next_bit(const unsigned long *bm, int nr_bits, int bit,
int complement);
-#endif /* _BITMAP_I_H */
+#endif /* BITMAP_I_H */