summaryrefslogtreecommitdiff
path: root/src/modules/helloworld.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-08-02 10:32:36 +0200
committerantirez <antirez@gmail.com>2016-08-02 10:32:44 +0200
commit9424fe4580abdebd0329d1915601591aec33031c (patch)
treefcce6f7f045ece59e2ddffe94647bee60cc0fdc7 /src/modules/helloworld.c
parent9d524114eda67dedc38a9f97c9d5f3a5c3747829 (diff)
downloadredis-9424fe4580abdebd0329d1915601591aec33031c.tar.gz
Remove extra "-" from ASCII horizontal bar in comment.
Diffstat (limited to 'src/modules/helloworld.c')
-rw-r--r--src/modules/helloworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/helloworld.c b/src/modules/helloworld.c
index 8d657a52b..4d6f8782d 100644
--- a/src/modules/helloworld.c
+++ b/src/modules/helloworld.c
@@ -4,7 +4,7 @@
* This module does not do anything useful, if not for a few commands. The
* examples are designed in order to show the API.
*
- * ------------------------------------------------------------------------------
+ * -----------------------------------------------------------------------------
*
* Copyright (c) 2016, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.