summaryrefslogtreecommitdiff
path: root/include/ctables.h
diff options
context:
space:
mode:
authorpippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-14 17:22:37 +0000
committerpippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-14 17:22:37 +0000
commit67e055124dfbbb73b50f90cd1a1eb1be648d9379 (patch)
tree5c6b426f77abb049ceeed4124b6f581ddacf2114 /include/ctables.h
parent18e822f8bb02f66b64e1d3f183d4779a745f8eca (diff)
Some general syntax cleanups.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctables.h b/include/ctables.h
index affef58d9..c3d2f7b43 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -29,7 +29,7 @@ enum CmdResult
CMD_FAILURE = 0, /* Command exists, but failed */
CMD_SUCCESS = 1, /* Command exists, and succeeded */
CMD_INVALID = 2, /* Command doesnt exist at all! */
- CMD_USER_DELETED = 3, /* User was deleted! */
+ CMD_USER_DELETED = 3 /* User was deleted! */
};
/* For commands which should not be replicated to other