Added missing return
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403356
This commit is contained in:
parent
bb191f10ff
commit
4058b718a5
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ X11_RenderLine(SDL_Renderer * renderer, int x1, int y1, int x2, int y2)
|
|||
foreground = renderdrawcolor(renderer, 1);
|
||||
XSetForeground(data->display, data->gc, foreground);
|
||||
XDrawLine(data->display, data->drawable, data->gc, x1, y1, x2, y2);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue