summaryrefslogtreecommitdiff
path: root/mq_cmd.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-02-25 00:44:03 +0000
committerFreeArtMan <dos21h@gmail.com>2017-02-25 00:44:03 +0000
commit58493553ec4d0efaca1c1adddcdeb00e94e881bf (patch)
tree03a1e6c1c803fc74b907d3a0202bd8d0e8bf1f1d /mq_cmd.c
parentb2e98d7936b57f11e0d37ad522d3382f682af071 (diff)
downloadagni-58493553ec4d0efaca1c1adddcdeb00e94e881bf.tar.gz
agni-58493553ec4d0efaca1c1adddcdeb00e94e881bf.zip
Formatring patch from Ms.IJ applied
Diffstat (limited to 'mq_cmd.c')
-rw-r--r--mq_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mq_cmd.c b/mq_cmd.c
index e573721..c5bd1b4 100644
--- a/mq_cmd.c
+++ b/mq_cmd.c
@@ -36,7 +36,7 @@ mq_cmd* mq_cmd_create(int id, char *cmd, size_t cmd_sz, char *param, size_t para
}
//if not null string that everything will blow up pal
//cmd[cmd_sz-1] = 0x0;
- //param[param_sz-1] = 0x0;
+ //param[param_sz-1] = 0x0;
snprintf(ret->buf,ret->sz-1,":%d:%s: %s", id, cmd, param);
return ret;