Fossil SCM
missing parameter type
Commit
ee1ff73a9ef622d2c9d1399cd7bdf1109b7cc85d
Parent
4e23c42f7eb54e0…
1 file changed
+1
-1
+1
-1
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -185,11 +185,11 @@ | ||
| 185 | 185 | |
| 186 | 186 | |
| 187 | 187 | /* |
| 188 | 188 | ** Called after each artifact is processed |
| 189 | 189 | */ |
| 190 | -static void rebuild_step_done(rid){ | |
| 190 | +static void rebuild_step_done(int rid){ | |
| 191 | 191 | /* assert( bag_find(&bagDone, rid)==0 ); */ |
| 192 | 192 | bag_insert(&bagDone, rid); |
| 193 | 193 | if( ttyOutput ){ |
| 194 | 194 | processCnt++; |
| 195 | 195 | if (!g.fQuiet && totalSize>0) { |
| 196 | 196 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -185,11 +185,11 @@ | |
| 185 | |
| 186 | |
| 187 | /* |
| 188 | ** Called after each artifact is processed |
| 189 | */ |
| 190 | static void rebuild_step_done(rid){ |
| 191 | /* assert( bag_find(&bagDone, rid)==0 ); */ |
| 192 | bag_insert(&bagDone, rid); |
| 193 | if( ttyOutput ){ |
| 194 | processCnt++; |
| 195 | if (!g.fQuiet && totalSize>0) { |
| 196 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -185,11 +185,11 @@ | |
| 185 | |
| 186 | |
| 187 | /* |
| 188 | ** Called after each artifact is processed |
| 189 | */ |
| 190 | static void rebuild_step_done(int rid){ |
| 191 | /* assert( bag_find(&bagDone, rid)==0 ); */ |
| 192 | bag_insert(&bagDone, rid); |
| 193 | if( ttyOutput ){ |
| 194 | processCnt++; |
| 195 | if (!g.fQuiet && totalSize>0) { |
| 196 |