From 04fb3f28ff677d036cfaf902f07b75f0346a5c33 Mon Sep 17 00:00:00 2001 From: Tom Van Looy Date: Sun, 25 Jun 2017 23:24:23 +0200 Subject: Remove superfluous semicolons --- main/streams/plain_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/streams/plain_wrapper.c') diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 4cd6cca854..537021abd6 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -1007,7 +1007,7 @@ PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zen /* fall through */ case PHP_STREAM_PERSISTENT_FAILURE: - efree(persistent_id);; + efree(persistent_id); return ret; } } -- cgit v1.2.1