diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-18 14:43:14 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-18 14:43:14 +0900 |
| commit | fdc224ff2fd43edfcb8cbe3d60a57bbe6daf1459 (patch) | |
| tree | 6d85f56a39f69502a3764820b130d2ce41d9021e /tools | |
| parent | 8eca0d5609000d680a79e967daf606e6fd167e87 (diff) | |
| download | mruby-fdc224ff2fd43edfcb8cbe3d60a57bbe6daf1459.tar.gz mruby-fdc224ff2fd43edfcb8cbe3d60a57bbe6daf1459.zip | |
remove unused label; close #381
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/xpcat/xpcat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/xpcat/xpcat.c b/tools/xpcat/xpcat.c index c9d1abe73..ce3d5854e 100644 --- a/tools/xpcat/xpcat.c +++ b/tools/xpcat/xpcat.c @@ -60,9 +60,7 @@ main(int argc, char *argv[]) } } -done: fclose(outfile); - return EXIT_SUCCESS; } |
