From 3ef036028a652f979a4197dd4a2ddd779e437597 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Fri, 29 May 2009 21:32:02 +0000 Subject: Ran all source files through expand(1). --- source/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/files.c') diff --git a/source/files.c b/source/files.c index 8ea2c4b..7783575 100644 --- a/source/files.c +++ b/source/files.c @@ -191,8 +191,8 @@ int FS_pathcmpn( const char *s1, const char *s2, size_t n ) { c1 = *s1++; c2 = *s2++; - if( !n-- ) - return 0; /* strings are equal until end point */ + if( !n-- ) + return 0; /* strings are equal until end point */ if( c1 != c2 ) { c1 = c1 == '\\' ? '/' : Q_tolower( c1 ); -- cgit v1.2.3