summaryrefslogtreecommitdiff
path: root/gtk/gdk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gdk.c')
-rw-r--r--gtk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gdk.c b/gtk/gdk.c
index 22569285d..9ed90bd8e 100644
--- a/gtk/gdk.c
+++ b/gtk/gdk.c
@@ -86,7 +86,7 @@ nsgdk_pixbuf_get_from_surface(cairo_surface_t *surface, int scwidth, int scheigh
if (cairo_surface_status(scsurface) != CAIRO_STATUS_SUCCESS) {
cairo_surface_destroy(scsurface);
g_object_unref(pixbuf);
- LOG(("Surface creation failed"));
+ LOG("Surface creation failed");
return NULL;
}