diff options
Diffstat (limited to 'src/SDL2/include/SDL_test_log.h')
| -rw-r--r-- | src/SDL2/include/SDL_test_log.h | 10 | 
1 files changed, 3 insertions, 7 deletions
diff --git a/src/SDL2/include/SDL_test_log.h b/src/SDL2/include/SDL_test_log.h index 5334eba9..a581d2e7 100644 --- a/src/SDL2/include/SDL_test_log.h +++ b/src/SDL2/include/SDL_test_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,13 +21,13 @@  /**   *  \file SDL_test_log.h - *   + *   *  Include file for SDL test framework.   *   *  This code is a part of the SDL2_test library, not the main SDL library.   */ -/*  +/*   *   *  Wrapper to log in the TEST category   * @@ -39,9 +39,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,9 +58,7 @@ void SDLTest_LogError(const char *fmt, ...);  /* Ends C function definitions when using C++ */  #ifdef __cplusplus -/* *INDENT-OFF* */  } -/* *INDENT-ON* */  #endif  #include "close_code.h"  | 
