mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-06 17:04:57 +01:00
Added missing semicolon
This commit is contained in:
parent
139493c629
commit
88f4bbab96
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ djvu_page_render(zathura_page_t* page)
|
||||||
|
|
||||||
/* rotate page */
|
/* rotate page */
|
||||||
if(Zathura.document->rotate != 0) {
|
if(Zathura.document->rotate != 0) {
|
||||||
GdkPixbuf* pixbuf_temp = gdk_pixbuf_rotate_simple(pixbuf, gdk_angle)
|
GdkPixbuf* pixbuf_temp = gdk_pixbuf_rotate_simple(pixbuf, gdk_angle);
|
||||||
if(!pixbuf_temp) {
|
if(!pixbuf_temp) {
|
||||||
goto error_free;
|
goto error_free;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue