freebsd-ports/comms/gpredict/files/patch-src_qth-data.h
2020-08-28 12:30:55 +00:00

11 lines
283 B
C

--- src/qth-data.h.orig 2017-12-29 10:28:07 UTC
+++ src/qth-data.h
@@ -30,7 +30,7 @@ typedef struct {
gint alt; /*!< Altitude above sea level in meters. */
} qth_small_t;
-enum {
+static enum {
QTH_STATIC_TYPE = 0,
QTH_GPSD_TYPE
} qth_data_type;