diff options
Diffstat (limited to 'include/gwin')
-rw-r--r-- | include/gwin/console.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/console.h b/include/gwin/console.h index ed65581e..a2dde96b 100644 --- a/include/gwin/console.h +++ b/include/gwin/console.h @@ -35,10 +35,10 @@ typedef struct GConsoleObject { struct GConsoleWindowStream_t { const struct GConsoleWindowVMT_t *vmt; _base_asynchronous_channel_data - } stream; + } stream; #endif - } GConsoleObject; +} GConsoleObject; #ifdef __cplusplus extern "C" { |