Added new lines at end of file to avoid warnings in gcc3.3

origin
patty21 22 years ago
parent e945a6960c
commit 4616c80e90

@ -3,7 +3,7 @@
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
SUBDIRS = src data
SUBDIRS = src
bomberclonedocdir = ${prefix}/doc/bomberclone
bomberclonedoc_DATA = \

@ -135,6 +135,5 @@ AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}")
AC_OUTPUT([
Makefile
src/Makefile
data/Makefile
])

@ -1,6 +1,7 @@
/* keyborad handling for text fields */
#include <SDL.h>
#include <string.h>
#include "keybinput.h"
static int keybinput_oldkey = 0;
@ -52,4 +53,3 @@ int keybinput_loop (_keybinput *ki, SDL_Event *event) {
return 0;
}

@ -1,4 +1,4 @@
/* $Id: sound.h,v 1.1 2003/05/26 20:35:43 stpohle Exp $ */
/* $Id: sound.h,v 1.2 2003/07/25 22:01:15 patty21 Exp $ */
/* include file for the sound */
#ifndef _SOUND_H_

Loading…
Cancel
Save