aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorGravatar Helmut Grohne <helmut@subdivi.de>2009-07-28 14:29:07 +0200
committerGravatar Helmut Grohne <helmut@subdivi.de>2009-07-28 14:29:07 +0200
commit2495f27a0fc9ab1e927cf1d0dd3d786a71482882 (patch)
tree802197959651338d4e1b05a309edd59d3651a2d0 /config.h
parent6eed1dc7ca8ab52606ec1a04426f2b99e73238d4 (diff)
added some splint comments
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c6e3f35..5c9835f 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
const struct {
- char *command;
+ /*@null@*/ char *command;
} default_config[] = {
{ "set reset_command_mode = 1"},
{ "set status_format = <span background=\"darkblue\" foreground=\"white\"> \\@MODE </span> <span background=\"red\" foreground=\"white\">\\@[\\@keycmd]\\@</span> (\\@LOAD_PROGRESS%) <b>\\@[\\@TITLE]\\@</b> - Uzbl browser"},