diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ main(int argc, char **argv)  	array_free(ops);  #if GIT_GRAB  	array_foreach (filenames, f) -		free(f); +		free((void *)*f);  	array_free(filenames);  #endif  #endif  |