diff options
Diffstat (limited to 'Source/sequel-pro_Prefix.pch')
-rw-r--r-- | Source/sequel-pro_Prefix.pch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/sequel-pro_Prefix.pch b/Source/sequel-pro_Prefix.pch index 0fa8023c..864e88ea 100644 --- a/Source/sequel-pro_Prefix.pch +++ b/Source/sequel-pro_Prefix.pch @@ -12,4 +12,4 @@ #define DLog(...) /* */ #endif -#define ALog(...) NSLog(__VA_ARGS__)
\ No newline at end of file +#define ALog(...) NSLog(__VA_ARGS__) |