On 21/06/15 02:27, brainpower wrote: >> /* if keep_used != 0, then the db files which match an used syncdb >> > * will be kept */ >> > -static int sync_cleandb(const char *dbpath, int keep_used) >> > +static int sync_cleandb(const char *dbpath) > You probably want to remove the comment above this, too.
Good catch! Fixed on my branch. A
