|
@@ -36,7 +36,7 @@
|
|
/** The size of bitmap array element in bits */
|
|
/** The size of bitmap array element in bits */
|
|
#define BMAP_EL_SIZE_BITS (BMAP_EL_SIZE * 8)
|
|
#define BMAP_EL_SIZE_BITS (BMAP_EL_SIZE * 8)
|
|
/** Bitmap's initial value */
|
|
/** Bitmap's initial value */
|
|
-#define BMAP_EL_INIT_VAL ~((BMAP_EL_TYPE) 0))
|
|
+#define BMAP_EL_INIT_VAL ~((BMAP_EL_TYPE) 0)
|
|
/** How many bytes per cell should be used */
|
|
/** How many bytes per cell should be used */
|
|
#define BITMAP_RESOLUTION 256
|
|
#define BITMAP_RESOLUTION 256
|
|
|
|
|