Commit d6436980 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiler warning (missing prototype for SDL_Quit())

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404395
parent 7676ffcf
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <signal.h> #include <signal.h>
#include "SDL_stdinc.h" #include "SDL.h"
#include "SDL_fatal.h" #include "SDL_fatal.h"
/* This installs some signal handlers for the more common fatal signals, /* This installs some signal handlers for the more common fatal signals,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment