summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-29 16:20:03 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-29 16:20:03 +0000
commit9fbf47a10a244ac08eda2510df48659e2e2d87f8 (patch)
tree8ac2bd5bb3dd1d05e887677905d2b0f3d6b05e05 /gpsd.c
parent6322cb88c2b23ecfdcd56573e023166131e4dde2 (diff)
downloadgpsd-9fbf47a10a244ac08eda2510df48659e2e2d87f8.tar.gz
Typo fix. All regression tests pass.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index 9f962c7d..1d4517c1 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -2304,7 +2304,7 @@ int main(int argc, char *argv[])
*/
report_fix = true;
#ifdef DBUS_ENABLE
- if (report_fix) {
+ if (report_fix)
send_dbus_fix(channel);
#endif /* DBUS_ENABLE */
#ifdef OLDSTYLE_ENABLE