summaryrefslogtreecommitdiff
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
parent9d524114eda67dedc38a9f97c9d5f3a5c3747829 (diff)
downloadredis-9424fe4580abdebd0329d1915601591aec33031c.tar.gz
Remove extra "-" from ASCII horizontal bar in comment.
-rw-r--r--src/modules/hellotype.c2
-rw-r--r--src/modules/helloworld.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/hellotype.c b/src/modules/hellotype.c
index a9c2d20fc..b33ed81cd 100644
--- a/src/modules/hellotype.c
+++ b/src/modules/hellotype.c
@@ -5,7 +5,7 @@
* works, how a new data type is created, and how to write basic methods
* for RDB loading, saving and AOF rewriting.
*
- * ------------------------------------------------------------------------------
+ * -----------------------------------------------------------------------------
*
* Copyright (c) 2016, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
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.