summaryrefslogtreecommitdiff
path: root/Source/cm_get_date.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_get_date.h')
-rw-r--r--Source/cm_get_date.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cm_get_date.h b/Source/cm_get_date.h
index d5f6d3e0af..304577580b 100644
--- a/Source/cm_get_date.h
+++ b/Source/cm_get_date.h
@@ -19,7 +19,7 @@ extern "C" {
#endif
/** Parse a date/time string. Treat relative times with respect to 'now'. */
-time_t cm_get_date(time_t now, const char *str);
+time_t cm_get_date(time_t now, const char* str);
#ifdef __cplusplus
} /* extern "C" */