summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-02-16 22:34:15 +0000
committerEric S. Raymond <esr@thyrsus.com>2010-02-16 22:34:15 +0000
commita2222107e18e00e140eee2a5dbb993881af90d3c (patch)
tree0444e4b364eebcce6e03d946cddc1915cedb6d56 /gpspipe.c
parent82c32b4df47bc325eb3df6959204070a0288fed2 (diff)
downloadgpsd-a2222107e18e00e140eee2a5dbb993881af90d3c.tar.gz
Integrated cppcheck testing, and fixed some minor bugs found by it.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 41983964..69dfcd91 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -377,9 +377,9 @@ int main( int argc, char **argv)
exit(1);
}
}
+#endif /* __UNUSED__ */
exit(0);
-#endif /* __UNUSED__ */
}
static void spinner (unsigned int v, unsigned int num) {