Skip to content
Snippets Groups Projects
Commit 9916db01 authored by rswindell's avatar rswindell
Browse files

Fixed typo (missing paren) in last commit.

parent 24952de7
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,7 @@ void synclist(char *inpath, int dirnum)
continue;
}
removefiledat(&scfg,&f);
if(remove(getfilepath(&scfg,&f,str))
if(remove(getfilepath(&scfg,&f,str)))
printf("Error removing %s\n",str);
removed++;
printf("Removed from database\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment