mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
deltas: Make syntax-check happy
This commit is contained in:
parent
9aa7e30b38
commit
dbad2f6e19
@ -41,7 +41,7 @@ main (int argc, char **argv)
|
|||||||
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||||
|
|
||||||
if (argc < 3)
|
if (argc < 3)
|
||||||
exit (1);
|
exit (EXIT_FAILURE);
|
||||||
|
|
||||||
from_path = argv[1];
|
from_path = argv[1];
|
||||||
to_path = argv[2];
|
to_path = argv[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user