* Missed two spaces ...

This commit is contained in:
BrandonSchaefer 2014-11-10 09:45:29 -08:00
parent 3893c693ac
commit cf244380bf

View File

@ -90,8 +90,8 @@ typedef struct _GLFWlibraryMir
MirEGLNativeDisplayType display;
EventQueue* event_queue;
pthread_mutex_t event_mutex;
pthread_cond_t event_cond;
pthread_mutex_t event_mutex;
pthread_cond_t event_cond;
} _GLFWlibraryMir;