summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/time07.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/time07.c')
-rw-r--r--testsuites/psxtests/psxhdrs/time07.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/time07.c b/testsuites/psxtests/psxhdrs/time07.c
index 9928ae9a9d..43e1d87e1a 100644
--- a/testsuites/psxtests/psxhdrs/time07.c
+++ b/testsuites/psxtests/psxhdrs/time07.c
@@ -13,11 +13,11 @@
*/
#include <time.h>
-
+
void test( void )
{
char *buffer;
time_t time;
-
+
buffer = ctime( &time );
}