From e1e5b5fd7fc277a355a90ae0840965afdba4b16a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 19 Feb 2014 10:59:35 +0100 Subject: Add some more args and revert division by zero. --- main_complete.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main_complete.c') diff --git a/main_complete.c b/main_complete.c index a79dbc5..a649078 100644 --- a/main_complete.c +++ b/main_complete.c @@ -63,8 +63,8 @@ int main(int argc, char *argv[]) INFO(example, "We are up and running"); DEBUG(example, "Or are we %d?", 42); - int a = 0; - DEBUG(foo, "Or are we %d?", 1/a); + + DEBUG(foo, "Or are we %d?", 42); hug_close(); -- cgit v1.2.3