projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1902a81
)
- oops map_setall should be void
author
Michael Schroeder
<mls@suse.de>
Fri, 9 Mar 2012 12:55:18 +0000
(13:55 +0100)
committer
Michael Schroeder
<mls@suse.de>
Fri, 9 Mar 2012 12:55:18 +0000
(13:55 +0100)
src/bitmap.h
patch
|
blob
|
history
diff --git
a/src/bitmap.h
b/src/bitmap.h
index
395e7a7
..
12257ff
100644
(file)
--- a/
src/bitmap.h
+++ b/
src/bitmap.h
@@
-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);
}