summaryrefslogtreecommitdiff
path: root/gpsdctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-11 00:56:23 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-11 00:56:23 -0400
commit327e04c51b618d6950b60aa617cd4c4b1f7607e6 (patch)
tree74a14316c35a6172291d99e7e6941c0ccb6033c9 /gpsdctl.c
parent629bac4e7a0a9f7ef2a48ba515dabeee313f38d2 (diff)
downloadgpsd-327e04c51b618d6950b60aa617cd4c4b1f7607e6.tar.gz
Typo fix.
Diffstat (limited to 'gpsdctl.c')
-rw-r--r--gpsdctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdctl.c b/gpsdctl.c
index bc2daa94..6b32cb6c 100644
--- a/gpsdctl.c
+++ b/gpsdctl.c
@@ -100,7 +100,7 @@ int main(int argc, char *argv[])
if (optenv != NULL)
gpsd_options = optenv;
- /* coverity[string_size] */]
+ /* coverity[string_size] */
if (gpsd_control(argv[1], argv[2]) < 0)
exit(1);
else