summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2019-01-27 21:20:49 +0100
committerDirk Engling <erdgeist@erdgeist.org>2019-01-27 21:20:49 +0100
commit05ed6c06edfd2f3214cb2dcb1933bf067648823d (patch)
tree262141d239d05a90dc54e17ad83f28abdb12ef80 /src
parent5af61e439210270e391c24ad111a0da14ecc549e (diff)
let main return 0
Diffstat (limited to 'src')
-rw-r--r--src/export/map_branches.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export/map_branches.c b/src/export/map_branches.c
index 850e5c1..160945d 100644
--- a/src/export/map_branches.c
+++ b/src/export/map_branches.c
@@ -67,4 +67,5 @@ int main( int argc, char ** args )
67 } 67 }
68 putchar(10); 68 putchar(10);
69 } 69 }
70 return 0;
70} 71}