From 2517546be1599c63843e45bf1ac6c9ddb9c0dbf4 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Wed, 2 Jan 2019 17:44:51 +0100 Subject: implement cleanup functions --- alf/alfcombobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alfcombobox.cpp') 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 -- cgit v1.2.3