Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Apr 9, 2020
1 parent 710420a commit ec93099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaf_application.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ typedef struct {
zend_string *view_ext;
zend_string *base_uri;
zend_array *default_route;
zend_string *err_msg;
unsigned int err_no;
zend_bool running;
zend_string *err_msg;
} yaf_application_object;

#define Z_YAFAPPOBJ(zv) ((yaf_application_object*)(Z_OBJ(zv)))
Expand Down

0 comments on commit ec93099

Please sign in to comment.