diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
commit | c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch) | |
tree | e44072afb5a63158df60ff139958364096c09618 /client/strings.c | |
parent | 377a6b80fb766995566bd77047eef08e0a4b5aae (diff) |
`make format`
Diffstat (limited to 'client/strings.c')
-rw-r--r-- | client/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/strings.c b/client/strings.c index 8d63fcb..1354653 100644 --- a/client/strings.c +++ b/client/strings.c @@ -22,7 +22,7 @@ void w2_strings_tabs_init() { g_w2_tab_strings[W2_UI_TAB_ERRCATCH] = W2_UI_TAB_LABEL_ERRCATCH; g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; g_w2_tab_strings[W2_UI_TAB_ORDERS] = W2_UI_TAB_LABEL_ORDERS; - g_w2_tab_strings[W2_UI_TAB_MODES] = W2_UI_TAB_LABEL_MODES; + g_w2_tab_strings[W2_UI_TAB_MODES] = W2_UI_TAB_LABEL_MODES; } void w2_strings_errors_types() { |