summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
Diffstat (limited to 'navit')
-rw-r--r--navit/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/profile.c b/navit/profile.c
index 676afb213..736dd724c 100644
--- a/navit/profile.c
+++ b/navit/profile.c
@@ -30,7 +30,7 @@
void
profile_timer(int level, const char *module, const char *function, const char *fmt, ...)
{
- #ifndef _MSC_VER
+#ifndef _MSC_VER
va_list ap;
static struct timeval last[10];
struct timeval curr;
@@ -62,5 +62,5 @@ profile_timer(int level, const char *module, const char *function, const char *f
last[level++]=curr;
}
va_end(ap);
- #endif _MSC_VER
+#endif /*_MSC_VER*/
}