diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2019-01-27 21:20:49 +0100 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2019-01-27 21:20:49 +0100 |
| commit | 05ed6c06edfd2f3214cb2dcb1933bf067648823d (patch) | |
| tree | 262141d239d05a90dc54e17ad83f28abdb12ef80 | |
| parent | 5af61e439210270e391c24ad111a0da14ecc549e (diff) | |
let main return 0
| -rw-r--r-- | src/export/map_branches.c | 1 |
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 | } |
