]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.cpp
Added newline to all the source/headers in Source.
[lugaru.git] / Source / WinInput.cpp
index 856bf12a6b601b2ea90dcc41036fdff4ff498c72..913ddd209a975a5a122502366b68137c627bcdda 100644 (file)
@@ -986,4 +986,4 @@ bool        Compare(char *thestring, char *tocompare, int start, int end)
                if(thestring[i]!=tocompare[i-start]&&thestring[i]!=tocompare[i-start]+'A'-'a')return 0;
        }
        return 1;
-}
\ No newline at end of file
+}