diff options
author | Gary E. Miller <gem@rellim.com> | 2016-08-09 18:37:25 -0700 |
---|---|---|
committer | Gary E. Miller <gem@rellim.com> | 2016-08-09 18:37:25 -0700 |
commit | 739b0b8fead3c382b9b4d87112005df0dc85b3f9 (patch) | |
tree | 3e7210294b0995b8181d605b412246a2cd2c3b35 | |
parent | 71ca59c4b97f577328d0eec4b9ff6a1948ce7644 (diff) | |
download | gpsd-739b0b8fead3c382b9b4d87112005df0dc85b3f9.tar.gz |
Grr, another one eric beat me to.
Unfix the re-fix.
-rw-r--r-- | ppscheck.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -62,8 +62,6 @@ static const struct assoc hlines[] = { {TIOCM_CTS, "TIOCM_CTS"}, }; -static void usage(void); - static void usage(void) { fprintf(stderr, "usage: ppscheck [-h] [ -V] <device>\n"); |