about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/Zle/zle_misc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df8ce56a9..0e147b91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-23  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* unposted: Src/Zle/zle_misc.c: add missing "void" argument
+	list.
+
 2015-06-23  Oliver Kiddle  <opk@zsh.org>
 
 	* 35568: Completion/Zsh/Type/_file_descriptors: use symlinks in
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c
index c2fb2e7f4..d350688a7 100644
--- a/Src/Zle/zle_misc.c
+++ b/Src/Zle/zle_misc.c
@@ -737,7 +737,7 @@ yankpop(UNUSED(char **args))
 
 /**/
 char *
-bracketedstring()
+bracketedstring(void)
 {
     static const char endesc[] = "\033[201~";
     int endpos = 0;