Commit b4b36122a45ca8c80c23b95937350bd72fac4b39

Philipp Wiesemann 2016-02-24T21:06:46

Mir: Fixed comment at conditional compilation macro.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/mir/SDL_mirwindow.h b/src/video/mir/SDL_mirwindow.h
index d7bc851..4ba5869 100644
--- a/src/video/mir/SDL_mirwindow.h
+++ b/src/video/mir/SDL_mirwindow.h
@@ -78,7 +78,7 @@ MIR_SetWindowMaximumSize(_THIS, SDL_Window* window);
 extern void
 MIR_SetWindowTitle(_THIS, SDL_Window* window);
 
-#endif /* _SDL_mirwindow */
+#endif /* _SDL_mirwindow_h */
 
 /* vi: set ts=4 sw=4 expandtab: */