Skip to content

Commit f2a14e9

Browse files
committed
revising
1 parent 17aced2 commit f2a14e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_auth_jwt_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static void * ngx_http_auth_jwt_create_loc_conf(ngx_conf_t *cf);
2222
static char * ngx_http_auth_jwt_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child);
2323
static int hex_char_to_binary( char ch, char* ret );
2424
static int hex_to_binary( const char* str, u_char* buf, int len );
25-
static char * ngx_str_t_to_char_ptr(ngx_pool_t *pool, ngx_str_t *str);
25+
static char * ngx_str_t_to_char_ptr(ngx_pool_t *pool, ngx_str_t str);
2626

2727
static ngx_command_t ngx_http_auth_jwt_commands[] = {
2828

0 commit comments

Comments
 (0)