notaz.gp2x.de
/
sdl_omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3729920
)
allow empty lines in config
author
notaz
<notasas@gmail.com>
Tue, 16 Nov 2010 13:12:54 +0000
(15:12 +0200)
committer
notaz
<notasas@gmail.com>
Tue, 16 Nov 2010 13:12:54 +0000
(15:12 +0200)
src/video/omapdss/config.c
patch
|
blob
|
blame
|
history
diff --git
a/src/video/omapdss/config.c
b/src/video/omapdss/config.c
index
b829847
..
a70cd3c
100644
(file)
--- a/
src/video/omapdss/config.c
+++ b/
src/video/omapdss/config.c
@@
-65,7
+65,7
@@
void omapsdl_config(void)
if (line == NULL)
break;
p = line = sskip(line);
- if (*p == '#')
+ if (*p ==
0 || *p ==
'#')
continue;
if (check_token(&p, "bind")) {