diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-02 17:44:51 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-02 17:44:51 +0100 |
| commit | 2517546be1599c63843e45bf1ac6c9ddb9c0dbf4 (patch) | |
| tree | a9102695a6b73e309ecf2acb9a4ce9f3c094fc91 /alf/alfcombobox.cpp | |
| parent | 89d174ab47af8a31ba316e03e36883e6924171bf (diff) | |
implement cleanup functions
Diffstat (limited to 'alf/alfcombobox.cpp')
| -rw-r--r-- | alf/alfcombobox.cpp | 2 |
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 |
