added newline at end of file to get rid of warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1942 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-11-02 23:59:46 +00:00
parent 49a3707dd3
commit ab348cc7f2
+1 -1
View File
@@ -196,4 +196,4 @@ res_HasKey (const char *key)
{ {
check_map_init (); check_map_init ();
return (res_GetString (key) != NULL); return (res_GetString (key) != NULL);
} }