summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 7df1c9a3..7ff31862 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -295,7 +295,6 @@ void libgps_dump_state(struct gps_data_t *collect)
{
/* no need to dump the entire state, this is a sanity check */
#ifndef USE_QT
- /* will fail on a 32-bit machine */
(void)fprintf(debugfp, "flags: (0x%04x) %s\n",
(unsigned int)collect->set, gps_maskdump(collect->set));
#endif