]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 395e7a7a7b5f0fe0d4ed6f4f8bdaa7f132526547..12257ff49eba7016050af5c64d22f608e8653e8a 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);
 }