Fix "return 0;" in function returning void (create_box)
This commit is contained in:
parent
b5a52838c7
commit
5a2a3e5c1f
@ -2808,7 +2808,7 @@ void create_box(int x1, int y1, int x2, int y2, int c, int flags)
|
||||
{
|
||||
int i, j;
|
||||
if (c==SPC_PROP)
|
||||
return 0;
|
||||
return;
|
||||
if (x1>x2)
|
||||
{
|
||||
i = x2;
|
||||
|
Loading…
Reference in New Issue
Block a user