Skip to content

Commit 0b32b61

Browse files
committed
Remove accidental semicolon
1 parent 9543a27 commit 0b32b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/snmp/php_snmp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ZEND_END_MODULE_GLOBALS(snmp)
9292
#define SNMP_G(v) (snmp_globals.v)
9393
#endif
9494

95-
#define LONG_CONST(c) (zend_long) c;
95+
#define LONG_CONST(c) (zend_long) c
9696

9797
#else
9898

0 commit comments

Comments
 (0)