Просмотр исходного кода

SDL_notification.h: fix for C89 mode.

Ozkan Sezer 3 дней назад
Родитель
Сommit
a6d7872d2f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      include/SDL3/SDL_notification.h

+ 2 - 2
include/SDL3/SDL_notification.h

@@ -253,10 +253,10 @@ extern SDL_DECLSPEC SDL_NotificationID SDLCALL SDL_ShowNotification(const char *
  */
  */
 extern SDL_DECLSPEC bool SDLCALL SDL_RemoveNotification(SDL_NotificationID notification);
 extern SDL_DECLSPEC bool SDLCALL SDL_RemoveNotification(SDL_NotificationID notification);
 
 
-// Ends C function definitions when using C++
+/* Ends C function definitions when using C++ */
 #ifdef __cplusplus
 #ifdef __cplusplus
 }
 }
 #endif
 #endif
 #include <SDL3/SDL_close_code.h>
 #include <SDL3/SDL_close_code.h>
 
 
-#endif // SDL_notification_h_
+#endif /* SDL_notification_h_ */