summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-08 22:32:38 +0000
committerPaul Smith <psmith@gnu.org>1999-07-08 22:32:38 +0000
commit9035aa27b7485bfdc12f8c577208a20a8b3747b6 (patch)
treeb970aea3a3a4c645794298cccb03c191e49583cb /main.c
parente1d72ad3f1f9fd9dc72b43b7c618230e0c7d190f (diff)
downloadgunmake-9035aa27b7485bfdc12f8c577208a20a8b3747b6.tar.gz
* Minor code cleanup.
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.c b/main.c
index c315827..cad697a 100644
--- a/main.c
+++ b/main.c
@@ -1514,10 +1514,9 @@ int main (int argc, char ** argv)
if (any_remade)
goto re_exec;
- else if (any_failed)
+ if (any_failed)
die (2);
- else
- break;
+ break;
}
case 0: