moved semicolon to the right place

This commit is contained in:
Sven Neumann 2006-06-02 10:40:15 +00:00
parent 13ee1107c8
commit 7777e97eba
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include "gimpcpuaccel.h"
static GimpCpuAccelFlags cpu_accel (void); G_GNUC_CONST
static GimpCpuAccelFlags cpu_accel (void) G_GNUC_CONST;
static gboolean use_cpu_accel = TRUE;