about summary refs log tree commit diff
path: root/Src/subst.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-01 04:10:39 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-01 04:10:39 +0000
commit76d90bd5649c6e0bf02f94d8fe75a7a94ae95b20 (patch)
treec00237b634b5eef3565a67851d6f0d468ead6bc0 /Src/subst.c
parent04039e40ce7c3183b1a7d999e27fbae8815c4ab3 (diff)
downloadzsh-76d90bd5649c6e0bf02f94d8fe75a7a94ae95b20.tar.gz
zsh-76d90bd5649c6e0bf02f94d8fe75a7a94ae95b20.tar.xz
zsh-76d90bd5649c6e0bf02f94d8fe75a7a94ae95b20.zip
zsh-workers/9946
Diffstat (limited to 'Src/subst.c')
-rw-r--r--Src/subst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/subst.c b/Src/subst.c
index 1d4ace65e..408a9d406 100644
--- a/Src/subst.c
+++ b/Src/subst.c
@@ -701,7 +701,7 @@ get_intarg(char **s)
 
 /* Parsing for the (e) flag. */
 
-static char *
+static int
 subst_parse_str(char **sp, int single)
 {
     char *s;