aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 440d974..f556a8d 100644
--- a/README
+++ b/README
@@ -267,8 +267,8 @@ STDOUT
format
"Location: %f %c, %f %c\n",
- fabs(<GPS latitude>), signbit(<GPS latitude>) ? 'S' : 'N',
- fabs(<GPS longitude>), signbit(<GPS longitude>) ? 'W' : 'E'.
+ fabs(<GPS latitude>), signbit(<GPS latitude>) ? 'S' : 'N',
+ fabs(<GPS longitude>), signbit(<GPS longitude>) ? 'W' : 'E'.
This message is printed when the program starts and any time the
location is updated.