summaryrefslogtreecommitdiff
path: root/alf/alfcombobox.cpp
diff options
context:
space:
mode:
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