aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMachiavelli <machiaveltman@gmail.com>2011-12-19 11:25:58 +0100
committerMachiavelli <machiaveltman@gmail.com>2011-12-19 11:25:58 +0100
commita06ba9e255fae2edaf967a7642fcc0328b5d7000 (patch)
treed47bc08a44a4aad8fa4e63862e42d5e72f1b1546 /src
parenta1683f20dc91851af2b85c5b4f4f82dbc2eb877b (diff)
Update src/server/shared/Database/MySQLConnection.h
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/shared/Database/MySQLConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Database/MySQLConnection.h b/src/server/shared/Database/MySQLConnection.h
index e444afd6f58..2e134cfa814 100755
--- a/src/server/shared/Database/MySQLConnection.h
+++ b/src/server/shared/Database/MySQLConnection.h
@@ -33,7 +33,7 @@ enum ConnectionFlags
{
CONNECTION_ASYNC = 0x1,
CONNECTION_SYNCH = 0x2,
- CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH;
+ CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH,
};
struct MySQLConnectionInfo