summaryrefslogtreecommitdiff
path: root/mcon/U/orderlib.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/orderlib.U')
-rw-r--r--mcon/U/orderlib.U2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcon/U/orderlib.U b/mcon/U/orderlib.U
index 0c77e54..1c0feb7 100644
--- a/mcon/U/orderlib.U
+++ b/mcon/U/orderlib.U
@@ -51,7 +51,7 @@ echo "Checking how to generate random libraries on your machine..." >&4
echo 'int bar1() { return bar2(); }' > bar1.c
echo 'int bar2() { return 2; }' > bar2.c
$cat > foo.c <<'EOP'
-int main() { printf("%d\n", bar1()); exit(0); }
+int main() { printf("%d\n", bar1()); return 0; }
EOP
$cc $ccflags -c bar1.c >/dev/null 2>&1
$cc $ccflags -c bar2.c >/dev/null 2>&1