diff --git a/dlls/csx/source/CRank.cpp b/dlls/csx/source/CRank.cpp index ce615a6c..39e6439b 100755 --- a/dlls/csx/source/CRank.cpp +++ b/dlls/csx/source/CRank.cpp @@ -307,4 +307,5 @@ void RankSystem::saveRank( const char* filename ) fwrite( &i , 1, sizeof(short int), bfp); // null terminator fclose(bfp); -} \ No newline at end of file +} + diff --git a/dlls/csx/source/CRank.h b/dlls/csx/source/CRank.h index 20a23430..797799e1 100755 --- a/dlls/csx/source/CRank.h +++ b/dlls/csx/source/CRank.h @@ -119,4 +119,5 @@ public: }; -#endif \ No newline at end of file +#endif +