summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-16 18:32:04 -0800
committerGary E. Miller <gem@rellim.com>2018-11-16 18:32:04 -0800
commit42dc8a7806ec9b145155e61c58ce7b0c346ffe04 (patch)
treee00f111e0e425b178feb9559503765ae9c079724
parentb430d7bf26124b460718f47445828332e81b7406 (diff)
downloadgpsd-42dc8a7806ec9b145155e61c58ce7b0c346ffe04.tar.gz
gpsrinex: Fix a warning about improperly formatted comment.
-rw-r--r--gpsrinex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpsrinex.c b/gpsrinex.c
index 9d8bb954..77082b1c 100644
--- a/gpsrinex.c
+++ b/gpsrinex.c
@@ -294,10 +294,10 @@ static void print_rinex_header(void)
for (i = 0; i < 7; i++ ) {
prn_count[i] = obs_cnt_prns(i);
}
- /* CSRS-PPP needs C1C, L1C or C1C, L1C, D1C */
- /* CSRS-PPP refuses files with L1C first
- /* convbin wants C1C, L1C, D1C */
- /* for some reason gfzrnx_lx wants C1C, D1C, L1C, not C1C, L1C, D1C */
+ /* CSRS-PPP needs C1C, L1C or C1C, L1C, D1C
+ * CSRS-PPP refuses files with L1C first
+ * convbin wants C1C, L1C, D1C
+ * for some reason gfzrnx_lx wants C1C, D1C, L1C, not C1C, L1C, D1C */
if (0 < prn_count[0]) {
/* GPS */
(void)fprintf(log_file, "%c%5d%4s%4s%4s%4s%4s%4s%4s%4s%22s%-20s\n",