DEVEL15-butc-no-retval-in-void-func-20071211

LICENSE IPL10

fix the build again


(cherry picked from commit bc70f0f0abcc0843c23a0f63ee6b2ad6b842983d)
This commit is contained in:
Derrick Brashear 2007-12-11 16:27:06 +00:00
parent 1a7f3b21b7
commit c2db2e5c7c

View File

@ -310,7 +310,7 @@ waitDbWatcher()
if (message) {
printf("Updating database - done\n");
}
return 0;
return;
}
#define MAXVOLUMESTOADD 100