summaryrefslogtreecommitdiff
path: root/include/asterisk/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/cli.h')
-rw-r--r--include/asterisk/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h
index 80d68a093..3ecc7337b 100644
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -85,7 +85,7 @@ void ast_cli(int fd, char *fmt, ...)
int new_setdebug(int fd, int argc, char *argv[]);
...
- /* this is how we create the entry to register */
+ // this is how we create the entry to register
NEW_CLI(new_setdebug, "short description")
...