diff options
Diffstat (limited to 'src/core/cs_xop.c')
-rw-r--r-- | src/core/cs_xop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_xop.c b/src/core/cs_xop.c index beaa1f05c..ec5fc107e 100644 --- a/src/core/cs_xop.c +++ b/src/core/cs_xop.c @@ -85,7 +85,7 @@ int xop_msgs[4][14] = { class CSXOP : public Module { public: - CSXOP(const std::string &modname, const std::string &creator) : Module(creator) + CSXOP(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; |