diff options
Diffstat (limited to 'main/php_ticks.h')
-rw-r--r-- | main/php_ticks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_ticks.h b/main/php_ticks.h index 3b06448c1c..6d4bd78046 100644 --- a/main/php_ticks.h +++ b/main/php_ticks.h @@ -17,8 +17,8 @@ +----------------------------------------------------------------------+ */ -#ifndef _PHP_TICKS_H -#define _PHP_TICKS_H +#ifndef PHP_TICKS_H +#define PHP_TICKS_H struct _php_tick_function_entry { void (*func)(int count); |