changeset 10609 | d702ecbd8ba7 |
parent 10397 | 3126026a822b |
child 10616 | d17dd08640a4 |
1.1 --- a/src/test/SDL_test_log.c Sun Nov 13 00:09:02 2016 -0800 1.2 +++ b/src/test/SDL_test_log.c Sun Nov 13 22:57:41 2016 -0800 1.3 @@ -50,7 +50,7 @@ 1.4 * 1.5 * \return Ascii representation of the timestamp in localtime in the format '08/23/01 14:55:02' 1.6 */ 1.7 -char *SDLTest_TimestampToString(const time_t timestamp) 1.8 +static char *SDLTest_TimestampToString(const time_t timestamp) 1.9 { 1.10 time_t copy; 1.11 static char buffer[64];