diff options
author | n0n4m3 <none@none> | 2010-03-09 15:45:34 +0300 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-03-09 15:45:34 +0300 |
commit | 04e7a5bd3949b206a25d78b7f81fb1f7acf347c2 (patch) | |
tree | 1c6cc907b742736e980a3cd7f0ee9af2d0dcf72e /src/shared/Database/DBCStore.h | |
parent | bd7ca7fdf35fbafb319112f8ff7ad3da739c91d6 (diff) |
Cleanup and applying code style to some Database files.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStore.h')
-rw-r--r-- | src/shared/Database/DBCStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStore.h b/src/shared/Database/DBCStore.h index 4344b6e6450..e192796e2fc 100644 --- a/src/shared/Database/DBCStore.h +++ b/src/shared/Database/DBCStore.h @@ -77,7 +77,7 @@ class DBCStorage { DBCFileLoader dbc; // Check if load was sucessful, only then continue - if(!dbc.Load(fn, fmt)) + if (!dbc.Load(fn, fmt)) return false; uint32 sqlRecordCount = 0; |