fix compilation warning on gcc.

This commit is contained in:
Enno Rehling 2014-09-29 21:22:44 +02:00
parent 68730749fb
commit 139ff04108

View file

@ -6,6 +6,7 @@ extern "C" {
struct region; struct region;
struct attrib; struct attrib;
struct locale;
typedef struct spec_direction { typedef struct spec_direction {
int x, y; int x, y;
@ -28,4 +29,4 @@ extern "C" {
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif #endif