summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/time08.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/time08.c')
-rw-r--r--testsuites/psxtests/psxhdrs/time08.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/time08.c b/testsuites/psxtests/psxhdrs/time08.c
index 62daec0726..0016f03343 100644
--- a/testsuites/psxtests/psxhdrs/time08.c
+++ b/testsuites/psxtests/psxhdrs/time08.c
@@ -13,11 +13,11 @@
*/
#include <time.h>
-
+
void test( void )
{
time_t time;
struct tm *timestruct;
-
+
timestruct = gmtime( &time );
}