summaryrefslogtreecommitdiff
path: root/win32/time.h
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-01-04 02:41:26 -0200
committerGabriel Caruso <carusogabriel34@gmail.com>2018-01-04 02:41:26 -0200
commitc215b8d14724d3f26e6dad8b1ba40cfd2dffe48d (patch)
tree2fcc08805f35124055bc40896a55cfae8bf32134 /win32/time.h
parent471da3eddca8af35c5bd16116c51edd19a3258a5 (diff)
downloadphp-git-c215b8d14724d3f26e6dad8b1ba40cfd2dffe48d.tar.gz
Trailing whitespaces on win32
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
Diffstat (limited to 'win32/time.h')
-rw-r--r--win32/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/time.h b/win32/time.h
index 4fe00bc21e..07afae487a 100644
--- a/win32/time.h
+++ b/win32/time.h
@@ -55,7 +55,7 @@ PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
PHPAPI int usleep(unsigned int useconds);
#ifdef PHP_EXPORTS
-/* This symbols are needed only for the DllMain, but should not be exported
+/* This symbols are needed only for the DllMain, but should not be exported
or be available when used with PHP binaries. */
void php_win32_init_gettimeofday(void);
#endif