From 12aeabe9816e75c3011fa0a425507e681c4204f8 Mon Sep 17 00:00:00 2001
From: Richard Allen <ra@ra.is>
Date: Fri, 8 Feb 2002 18:00:34 +0000
Subject: [PATCH] Fixing "No newline at end of file" Warnings Linux keeps
 giving me

---
 reaction/cgame/cg_weapons.c | 6 +++++-
 reaction/game/g_matchmode.c | 3 ++-
 reaction/game/g_misc.c      | 6 +++++-
 reaction/ui/ui_syscalls.c   | 4 +++-
 4 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/reaction/cgame/cg_weapons.c b/reaction/cgame/cg_weapons.c
index e9dba670..a1692b97 100644
--- a/reaction/cgame/cg_weapons.c
+++ b/reaction/cgame/cg_weapons.c
@@ -5,6 +5,9 @@
 //-----------------------------------------------------------------------------
 //
 // $Log$
+// Revision 1.48  2002/02/08 18:00:34  jbravo
+// Fixing "No newline at end of file" Warnings Linux keeps giving me
+//
 // Revision 1.47  2002/01/14 01:19:23  niceass
 // No more default 800 gravity on items - NiceAss
 //
@@ -4036,4 +4039,5 @@ void CG_CalcViewDir2(const vec3_t start, const vec3_t end, vec3_t viewDir) {
 	vec3_t delta;
 	VectorSubtract(end, start, delta);
 	VectorNormalize2(delta, viewDir);
-}
\ No newline at end of file
+}
+
diff --git a/reaction/game/g_matchmode.c b/reaction/game/g_matchmode.c
index 4ac288c3..c3dcc62b 100644
--- a/reaction/game/g_matchmode.c
+++ b/reaction/game/g_matchmode.c
@@ -110,4 +110,5 @@ void MM_Ready_f(gentity_t *ent) {
 	else
 		trap_SendServerCommand(ent-g_entities, "print \"You need to be a captain for that\n\"");	
 
-}
\ No newline at end of file
+}
+
diff --git a/reaction/game/g_misc.c b/reaction/game/g_misc.c
index 24bafdad..769415cc 100644
--- a/reaction/game/g_misc.c
+++ b/reaction/game/g_misc.c
@@ -5,6 +5,9 @@
 //-----------------------------------------------------------------------------
 //
 // $Log$
+// Revision 1.20  2002/02/08 18:00:34  jbravo
+// Fixing "No newline at end of file" Warnings Linux keeps giving me
+//
 // Revision 1.19  2002/01/14 01:20:45  niceass
 // No more default 800 gravity on items
 // Thrown knife+Glass fix - NiceAss
@@ -866,4 +869,5 @@ void G_GravityChange(void) {
 			ent->s.pos.trTime = level.time;
 		}
 	}
-}
\ No newline at end of file
+}
+
diff --git a/reaction/ui/ui_syscalls.c b/reaction/ui/ui_syscalls.c
index b9f113b2..a9a2b84f 100644
--- a/reaction/ui/ui_syscalls.c
+++ b/reaction/ui/ui_syscalls.c
@@ -5,6 +5,9 @@
 //-----------------------------------------------------------------------------
 //
 // $Log$
+// Revision 1.5  2002/02/08 18:00:34  jbravo
+// Fixing "No newline at end of file" Warnings Linux keeps giving me
+//
 // Revision 1.4  2002/01/11 19:48:33  jbravo
 // Formatted the source in non DOS format.
 //
@@ -364,4 +367,3 @@ qboolean trap_VerifyCDKey( const char *key, const char *chksum) {
 	return syscall( UI_VERIFY_CDKEY, key, chksum);
 }
 
- 
\ No newline at end of file