deltas: Make syntax-check happy

This commit is contained in:
Colin Walters 2015-01-31 14:52:16 -05:00
parent 9aa7e30b38
commit dbad2f6e19

View File

@ -41,7 +41,7 @@ main (int argc, char **argv)
g_setenv ("GIO_USE_VFS", "local", TRUE);
if (argc < 3)
exit (1);
exit (EXIT_FAILURE);
from_path = argv[1];
to_path = argv[2];