Fix typo in header guard

Causes a warning when building with clang
This commit is contained in:
Daniel Sabo 2014-05-02 19:24:56 -07:00
parent 7338c0309e
commit cbf13b9e5d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/
#ifndef __GIMP_PLUG_IN_PROC_FRAME_H__
#define __GIMP_PLUG_IN_PRON_FRAME_H__
#define __GIMP_PLUG_IN_PROC_FRAME_H__
struct _GimpPlugInProcFrame