summaryrefslogtreecommitdiff
path: root/src/SDL2/include/SDL_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SDL2/include/SDL_log.h')
-rw-r--r--src/SDL2/include/SDL_log.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/SDL2/include/SDL_log.h b/src/SDL2/include/SDL_log.h
index e61c44ce..79ae4cde 100644
--- a/src/SDL2/include/SDL_log.h
+++ b/src/SDL2/include/SDL_log.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
- Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -21,7 +21,7 @@
/**
* \file SDL_log.h
- *
+ *
* Simple log messages with categories and priorities.
*
* By default logs are quiet, but if you're debugging SDL you might want:
@@ -42,9 +42,7 @@
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
extern "C" {
-/* *INDENT-ON* */
#endif
@@ -60,7 +58,7 @@ extern "C" {
*
* By default the application category is enabled at the INFO level,
* the assert category is enabled at the WARN level, test is enabled
- * at the VERBOSE level and all other categories are enabled at the
+ * at the VERBOSE level and all other categories are enabled at the
* CRITICAL level.
*/
enum
@@ -204,9 +202,7 @@ extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction call
/* Ends C function definitions when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
}
-/* *INDENT-ON* */
#endif
#include "close_code.h"