mirror of https://github.com/GNOME/gimp.git
moved semicolon to the right place
This commit is contained in:
parent
13ee1107c8
commit
7777e97eba
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue