X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=vpk.h;h=b6bd69daf272e69cf8997e18c1330a8b9e54bde7;hp=73ff7cb75f9126aee4aeb8192f00519ab9cb0af8;hb=0399aad1d7374badf037a2696d9e276d71b7a297;hpb=a97099abba0a239e20929f04ece9d6839c96ac14 diff --git a/vpk.h b/vpk.h index 73ff7cb..b6bd69d 100644 --- a/vpk.h +++ b/vpk.h @@ -50,8 +50,8 @@ VPKDirectoryEntry *vpk_find( VPKHeader *self, const char *asset ) while( 1 ) { if( !*pCur ) break; - - int bExt = !strcmp( ext, pCur ); + + int bExt = !strcmp( ext, pCur ); while( *( pCur ++ ) ) {}; while( 1 )