diff options
Diffstat (limited to 'Source/cm_get_date.h')
-rw-r--r-- | Source/cm_get_date.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cm_get_date.h b/Source/cm_get_date.h index d5f6d3e..3045775 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" */ |