From: <bor...@us...> - 2021-04-02 08:47:20
|
Revision: 3768 http://sourceforge.net/p/ftm/code/3768 Author: borghesi Date: 2021-04-02 08:47:16 +0000 (Fri, 02 Apr 2021) Log Message: ----------- addded missing return value Modified Paths: -------------- trunk/ftm/externals/max5/ftm.mess.c Modified: trunk/ftm/externals/max5/ftm.mess.c =================================================================== --- trunk/ftm/externals/max5/ftm.mess.c 2021-04-02 08:46:38 UTC (rev 3767) +++ trunk/ftm/externals/max5/ftm.mess.c 2021-04-02 08:47:16 UTC (rev 3768) @@ -1847,6 +1847,7 @@ jbox_redraw((t_jbox *)self); } } + return MAX_ERR_NONE; } t_max_err This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |