projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5582
)
libs/web: remove strange 'static' on variable declaration
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 4 Sep 2014 11:35:04 +0000
(11:35 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 4 Sep 2014 11:35:04 +0000
(11:35 +0000)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
modules/base/src/template_parser.c
patch
|
blob
|
history
diff --git
a/modules/base/src/template_parser.c
b/modules/base/src/template_parser.c
index fc8607b3cc4c604582ec2766fd2c75aae5e893d1..1aa5131ffe756a9905a2e05669006814bee772af 100644
(file)
--- a/
modules/base/src/template_parser.c
+++ b/
modules/base/src/template_parser.c
@@
-66,7
+66,7
@@
static char *strfind(char *haystack, int hslen, const char *needle, int ndlen)
struct template_parser * template_open(const char *file)
{
struct stat s;
- st
atic st
ruct template_parser *parser;
+ struct template_parser *parser;
if (!(parser = malloc(sizeof(*parser))))
goto err;