Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Sep 22, 2013
1 parent 9c24302 commit 52be49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosquitto.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static zend_object_value mosquitto_client_object_new() {
return retval;
}

static void php_mosquitto_handle_errno(int retval, int err) {
void php_mosquitto_handle_errno(int retval, int err) {
char *message = NULL;

switch (retval) {
Expand Down

0 comments on commit 52be49b

Please sign in to comment.