summaryrefslogtreecommitdiff
path: root/source/tools/acpiexec/aemain.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpiexec/aemain.c')
-rw-r--r--source/tools/acpiexec/aemain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/tools/acpiexec/aemain.c b/source/tools/acpiexec/aemain.c
index 63f2c44e7ca3..64e621d242a3 100644
--- a/source/tools/acpiexec/aemain.c
+++ b/source/tools/acpiexec/aemain.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -533,12 +533,12 @@ AeDoOptions (
{
case '^': /* -v: (Version): signon already emitted, just exit */
- exit (0);
+ return (1);
case 'd':
printf (ACPI_COMMON_BUILD_TIME);
- exit (0);
+ return (1);
case 'i':