Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
File style cleanup for the SDL 2.0 release
- Loading branch information
File 95 of 376 in
e81108d
|
@@ -27,8 +27,8 @@ |
|
|
#ifndef _SDL_error_c_h |
|
|
#define _SDL_error_c_h |
|
|
|
|
|
#define ERR_MAX_STRLEN 128 |
|
|
#define ERR_MAX_ARGS 5 |
|
|
#define ERR_MAX_STRLEN 128 |
|
|
#define ERR_MAX_ARGS 5 |
|
|
|
|
|
typedef struct SDL_error |
|
|
{ |
|
|
Oops, something went wrong.