get rid of a compiler warning
authorLee <ler762@users.sourceforge.net>
Sat, 21 Apr 2018 18:46:03 +0000 (14:46 -0400)
committerLee <ler762@users.sourceforge.net>
Sat, 21 Apr 2018 18:46:03 +0000 (14:46 -0400)
commitc79bcf8fae8bb73f7c5a61c387fcbb2db2690536
tree52d66e0f307c7597a718c32e0aae7994ea72b557
parent540e1eb00c1a2d08db53a11942e072c277e721f4
get rid of a compiler warning

urlmatch.c:494:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
 jb_err static normalize_http_version(char *http_version)
 ^~~~~~

swap 'jb_err' and 'static' so that ‘static’ is at beginning of declaration
urlmatch.c