summaryrefslogtreecommitdiff
path: root/alf/alfcombobox.cpp
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-02 17:44:51 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-02 17:44:51 +0100
commit2517546be1599c63843e45bf1ac6c9ddb9c0dbf4 (patch)
treea9102695a6b73e309ecf2acb9a4ce9f3c094fc91 /alf/alfcombobox.cpp
parent89d174ab47af8a31ba316e03e36883e6924171bf (diff)
implement cleanup functions
Diffstat (limited to 'alf/alfcombobox.cpp')
-rw-r--r--alf/alfcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfcombobox.cpp b/alf/alfcombobox.cpp
index ce6eba9..90e53ad 100644
--- a/alf/alfcombobox.cpp
+++ b/alf/alfcombobox.cpp
@@ -318,7 +318,7 @@ ALF_ComboBoxCurrentText(HWND combo)
void
ALF_ComboBoxSetText(HWND combo, const TCHAR *text)
{
- return ALF_SetText(combo, text);
+ ALF_SetText(combo, text);
}
int