mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
186 B
Diff
15 lines
186 B
Diff
trust the exit status of the program
|
|
|
|
Patch by Robin Getz <rgetz@blackfin.uclinux.org>
|
|
|
|
--- a/dhry_1.c
|
|
+++ b/dhry_1.c
|
|
@@ -274,6 +289,7 @@
|
|
printf ("\n");
|
|
}
|
|
|
|
+ exit(0);
|
|
}
|
|
|
|
|