diff options
Diffstat (limited to 'protocols/GTalkExt/db.cpp')
-rw-r--r-- | protocols/GTalkExt/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GTalkExt/db.cpp b/protocols/GTalkExt/db.cpp index a99101f719..ac716ed768 100644 --- a/protocols/GTalkExt/db.cpp +++ b/protocols/GTalkExt/db.cpp @@ -36,7 +36,7 @@ char *WtoA(LPCTSTR W) __except(
free(result),
EXCEPTION_CONTINUE_SEARCH
- ){}
+ ) {}
return result;
}
|