summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15dbc76)
raw | patch | inline | side by side (parent: 15dbc76)
author | Thomas Jansen <mithi@mithi.net> | |
Thu, 29 Oct 2009 19:58:07 +0000 (20:58 +0100) | ||
committer | Thomas Jansen <mithi@mithi.net> | |
Thu, 29 Oct 2009 19:58:07 +0000 (20:58 +0100) |
Replaced space characters with one tab to match the rest of the file.
src/screen_help.c | patch | blob | history |
diff --git a/src/screen_help.c b/src/screen_help.c
index c24d04db398493625d2cb63751e67b32003aee21..44b1b55acb0a1a93ff3d1f3c51110fb9c8599a43 100644 (file)
--- a/src/screen_help.c
+++ b/src/screen_help.c
{ 0, CMD_SCREEN_PREVIOUS,NULL },
{ 0, CMD_SCREEN_NEXT, NULL },
- { 0, CMD_SCREEN_SWAP, NULL },
+ { 0, CMD_SCREEN_SWAP, NULL },
{ 0, CMD_SCREEN_HELP, NULL },
{ 0, CMD_SCREEN_PLAY, NULL },
{ 0, CMD_SCREEN_FILE, NULL },
static void
help_init(WINDOW *w, int cols, int rows)
{
- lw = list_window_init(w, cols, rows);
+ lw = list_window_init(w, cols, rows);
lw->hide_cursor = true;
list_window_set_length(lw, G_N_ELEMENTS(help_text));
}
static void
help_exit(void)
{
- list_window_free(lw);
+ list_window_free(lw);
}