summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-pull-local.c
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:12:43 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:27:36 +0100
commite8cbd4b8c577b1e17a7616ce13db7348084b0a28 (patch)
treea96e47241dad8273d5d5377bb2904f065b5e7ffa /src/ostree/ot-builtin-pull-local.c
parentea4683ba06a7bd5857ad5e5ca90766df0630947d (diff)
downloadostree-e8cbd4b8c577b1e17a7616ce13db7348084b0a28.tar.gz
Remove magic argument numbers to exit(2)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'src/ostree/ot-builtin-pull-local.c')
-rw-r--r--src/ostree/ot-builtin-pull-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-pull-local.c b/src/ostree/ot-builtin-pull-local.c
index 808773d5..c49ad0f6 100644
--- a/src/ostree/ot-builtin-pull-local.c
+++ b/src/ostree/ot-builtin-pull-local.c
@@ -83,7 +83,7 @@ import_one_object_thread (gpointer object,
if (local_error != NULL)
{
g_printerr ("%s\n", local_error->message);
- exit (1);
+ exit (EXIT_FAILURE);
}
}