summaryrefslogtreecommitdiff
path: root/navit/sunriset.h
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2019-06-04 10:14:17 -0600
committerPierre Grandin <grandinp@gmail.com>2019-06-04 10:14:17 -0600
commit92a5169423e470e4d1a5f4237cb2112266998d28 (patch)
treebee5f13203e0a0d99c8f6962c82deef9fe772b6e /navit/sunriset.h
parent5304cda121782db8e1e5e4685ae10780cce36394 (diff)
parentda3e1e0c186dfd6c6566f798811a27d001a7fb1d (diff)
downloadnavit-audio.tar.gz
Merge branch 'trunk' into audioaudio
Diffstat (limited to 'navit/sunriset.h')
-rw-r--r--navit/sunriset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/sunriset.h b/navit/sunriset.h
index 36a770935..60ad4fa76 100644
--- a/navit/sunriset.h
+++ b/navit/sunriset.h
@@ -8,7 +8,7 @@ extern long int timezone_offset;
#define MINUTES(h) ((int)(60*(h-floor(h))))
#ifndef ABS
-#define ABS(x) ((x)<0?-(x):(x))
+#define ABS(x) ((x)<0?-(x):(x))
#endif
/* A macro to compute the number of days elapsed since 2000 Jan 0.0 */