summaryrefslogtreecommitdiff
path: root/main_complete.c
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2014-02-19 10:46:22 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2014-02-19 10:46:22 +0100
commitf70603090aeebc0d9b2e87977f1552e84f16c8c9 (patch)
tree721839c7526a948a789b2cae6a02f99596bf8d11 /main_complete.c
parentd6482742443ec24097b83817bbf3bf5f6fb0cc8a (diff)
parent794df88388d055e8dd9ecac89abca735796b4de4 (diff)
Merge branch 'master' of https://git.oftal.dk/hugin
Diffstat (limited to 'main_complete.c')
-rw-r--r--main_complete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main_complete.c b/main_complete.c
index a649078..a79dbc5 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);
-
- DEBUG(foo, "Or are we %d?", 42);
+ int a = 0;
+ DEBUG(foo, "Or are we %d?", 1/a);
hug_close();