Skip to content

Commit

Permalink
missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Sep 13, 2016
1 parent 363c252 commit 8fd0e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ END_EXTERN_C()
} \
RETURN_FALSE; \
} \
RETVAL_STRINGL((s), __len, (dup)) \
RETVAL_STRINGL((s), __len, (dup)); \
} while (0)


Expand Down

0 comments on commit 8fd0e02

Please sign in to comment.