X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMacInput.cpp;h=d494cdb6efa3264bff935a923db815d853998b1e;hb=c33352410441ce5656f7c65eea696b5f799fefeb;hp=9b9f909d95ba0d72c09374ee233fdbc401a79fe3;hpb=0cca0c495c7dc29d134a10d7eed5de1f377c99bf;p=lugaru.git diff --git a/Source/MacInput.cpp b/Source/MacInput.cpp index 9b9f909..d494cdb 100644 --- a/Source/MacInput.cpp +++ b/Source/MacInput.cpp @@ -800,4 +800,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 +}