pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eafff0
)
small typo
author
Enno Boland (tox)
<tox@s01.de>
Fri, 16 Oct 2009 14:34:05 +0000
(16:34 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Fri, 16 Oct 2009 14:34:05 +0000
(16:34 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
c7d6a38
..
152300f
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-37,7
+37,7
@@
static Key keys[] = {
static Item items[] = {
{ "New Window", newwindow, { .v = NULL } },
- { "Reload", reload, { .b = FALSE } },
+ { "Reload", reload,
{ .b = FALSE } },
{ "Stop", stop, { 0 } },
{ "<===", navigate, { .i = -1 } },
{ "===>", navigate, { .i = +1 } },