diff options
author | stuconnolly <stuart02@gmail.com> | 2012-05-09 11:54:15 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-05-09 11:54:15 +0000 |
commit | 9131db394c46f10260fcec1a1df5216b140e2bc2 (patch) | |
tree | c22c7f4d75eae131ccb9f44f00f3675d7076b500 /Source/SPDatabaseStructure.m | |
parent | 688da863bf88089d5bea4a6982b8eb59a578491c (diff) | |
download | sequelpro-9131db394c46f10260fcec1a1df5216b140e2bc2.tar.gz sequelpro-9131db394c46f10260fcec1a1df5216b140e2bc2.tar.bz2 sequelpro-9131db394c46f10260fcec1a1df5216b140e2bc2.zip |
Fix gcc warnings.
Diffstat (limited to 'Source/SPDatabaseStructure.m')
-rw-r--r-- | Source/SPDatabaseStructure.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseStructure.m b/Source/SPDatabaseStructure.m index 79e2cc5d..095a51c1 100644 --- a/Source/SPDatabaseStructure.m +++ b/Source/SPDatabaseStructure.m @@ -650,4 +650,4 @@ return YES; } -@end
\ No newline at end of file +@end |