Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler warning (missing prototype for SDL_Quit())
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 13, 2010
1 parent 11ed5ad commit 3878417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL_fatal.c
Expand Up @@ -27,7 +27,7 @@

#include <signal.h>

#include "SDL_stdinc.h"
#include "SDL.h"
#include "SDL_fatal.h"

/* This installs some signal handlers for the more common fatal signals,
Expand Down

0 comments on commit 3878417

Please sign in to comment.