From b4b36122a45ca8c80c23b95937350bd72fac4b39 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 24 Feb 2016 21:06:46 +0100 Subject: [PATCH] Mir: Fixed comment at conditional compilation macro. --- src/video/mir/SDL_mirwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/mir/SDL_mirwindow.h b/src/video/mir/SDL_mirwindow.h index d7bc85165..4ba5869fe 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: */