summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/alias-wrapper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alias-wrapper.c b/src/alias-wrapper.c
index f6056c43c..5bed93327 100644
--- a/src/alias-wrapper.c
+++ b/src/alias-wrapper.c
@@ -78,6 +78,8 @@ int main(int argc, char **argv, char **env)
else
{
printf("Illegal caller!\n");
+ return 1;
}
+ return 0;
}