fix indent

This commit is contained in:
Jeffrey Crowell 2015-02-19 12:38:37 -05:00
parent 838c467724
commit cb4f43d104

View File

@ -66,9 +66,10 @@ static int cmd_project(void *data, const char *input) {
free (data);
free (str);
}
if (del>0)
if (del>0) {
eprintf ("Deleted %d lines\n", del);
free (str);
}
free (str);
fclose (fd);
}
}