Skip to content

Commit f8a7651

Browse files
ThomasHabetsew1abz
andauthored
Update decode_aprs.h
Co-Authored-By: Vladimir <ew1abz@gmail.com>
1 parent cc91f3f commit f8a7651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: decode_aprs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct decode_aprs_s {
2424

2525
int g_quiet; /* Suppress error messages when decoding. */
2626

27-
int g_metric; /* Print metric instead of US customary units */
27+
int g_metric; /* Print metric instead of imperial units */
2828

2929
char g_src[AX25_MAX_ADDR_LEN];
3030

@@ -142,4 +142,4 @@ extern void decode_aprs (decode_aprs_t *A, packet_t pp, int quiet, int metric);
142142
extern void decode_aprs_print (decode_aprs_t *A);
143143

144144

145-
#endif
145+
#endif

0 commit comments

Comments
 (0)