Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed gcc -pedantic warning
- Loading branch information
File 1 of 1 in
fd441d1
|
@@ -92,7 +92,7 @@ enum |
|
|
... |
|
|
}; |
|
|
*/ |
|
|
SDL_LOG_CATEGORY_CUSTOM, |
|
|
SDL_LOG_CATEGORY_CUSTOM |
|
|
}; |
|
|
|
|
|
/** |
|
|