- oops map_setall should be void
authorMichael Schroeder <mls@suse.de>
Fri, 9 Mar 2012 12:55:18 +0000 (13:55 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 9 Mar 2012 12:55:18 +0000 (13:55 +0100)
src/bitmap.h

index 395e7a7..12257ff 100644 (file)
@@ -44,7 +44,7 @@ static inline void map_set(Map *m, int n)
 {
   MAPSET(m, n);
 }
-static inline int map_setall(Map *m)
+static inline void map_setall(Map *m)
 {
   MAPSETALL(m);
 }