From dbad2f6e19999ddc8b028d00061f128331836f3f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 31 Jan 2015 14:52:16 -0500 Subject: [PATCH] deltas: Make syntax-check happy --- tests/test-rollsum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-rollsum.c b/tests/test-rollsum.c index e79c8956..c64943e7 100644 --- a/tests/test-rollsum.c +++ b/tests/test-rollsum.c @@ -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];