diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 18:32:04 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 18:32:04 +0200 |
commit | 8c1d31ef16745cee07059788386cd88c718092ac (patch) | |
tree | e944221ef69f38393790e337e85eb9edfe17a559 /client/ui_dirc.c | |
parent | a909440c7671075127a98cffd7f1714114fc17bd (diff) |
code organization
Diffstat (limited to 'client/ui_dirc.c')
-rw-r--r-- | client/ui_dirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui_dirc.c b/client/ui_dirc.c index c23134b..d275ddf 100644 --- a/client/ui_dirc.c +++ b/client/ui_dirc.c @@ -86,7 +86,7 @@ void w2_ui_dirc_paint(int left, int right) { "<space> send dirc mode command"); } -void w2_ui_dirc(bool first) { +void w2_ui_tab_dirc(bool first) { if (first) w2_ui_dirc_init(); int ch = 0; unsigned int lb = 0; |