comparison dwtest.c @ 2230:7575eefcf881

Fix warning due to missing return in the word wrap callback.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Jan 2021 04:02:47 +0000
parents abbda3db3a3c
children e7060d262939
comparison
equal deleted inserted replaced
2229:abbda3db3a3c 2230:7575eefcf881
1197 int DWSIGNAL word_wrap_click_cb(HWND wordwrap, void *data) 1197 int DWSIGNAL word_wrap_click_cb(HWND wordwrap, void *data)
1198 { 1198 {
1199 HWND container_mle = (HWND)data; 1199 HWND container_mle = (HWND)data;
1200 1200
1201 dw_mle_set_word_wrap(container_mle, dw_checkbox_get(wordwrap)); 1201 dw_mle_set_word_wrap(container_mle, dw_checkbox_get(wordwrap));
1202 return TRUE;
1202 } 1203 }
1203 1204
1204 void container_add(void) 1205 void container_add(void)
1205 { 1206 {
1206 char *titles[4]; 1207 char *titles[4];