summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpsd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gpsd.c b/gpsd.c
index 3d234b72..dac545bb 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1754,10 +1754,9 @@ int main(int argc, char *argv[])
}
#endif /* BINARY_ENABLE */
/* *INDENT-ON* */
- } /* subscribers */
- }
+ } /* subscribers */
+ } /* devices */
- /* devices */
/* watch all channels associated with this device */
for (sub = subscribers; sub < subscribers + MAXSUBSCRIBERS; sub++) {
if (sub->active == 0)