diff --git a/plug-ins/script-fu/script-fu-server.c b/plug-ins/script-fu/script-fu-server.c index 5d0bb2100d..cc07501f8c 100644 --- a/plug-ins/script-fu/script-fu-server.c +++ b/plug-ins/script-fu/script-fu-server.c @@ -553,7 +553,7 @@ execute_command (SFCommand *cmd) gboolean error; gint i; gdouble total_time; - GTimer *timer; + GTimer *timer; server_log ("Processing request #%d\n", cmd->request_no); timer = g_timer_new ();