diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-13 18:12:05 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-13 18:12:05 +0000 |
| commit | 9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c (patch) | |
| tree | e434853fe0c71c9ef2617959b7a76a5dfbd13ffc /Src/cond.c | |
| parent | Jérémie Roquet: 29258: mark a couple more functions for export. (diff) | |
| download | zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.tar zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.tar.gz zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.tar.bz2 zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.tar.lz zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.tar.xz zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.tar.zst zsh-9c0a19669b32bcbf153e2bfdf1a44b0fe0d4876c.zip | |
Danek: 29254: fix some compiler warnings
Diffstat (limited to 'Src/cond.c')
| -rw-r--r-- | Src/cond.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/cond.c b/Src/cond.c index b911bfb33..c67354297 100644 --- a/Src/cond.c +++ b/Src/cond.c @@ -403,7 +403,6 @@ evalcond(Estate state, char *fromtest) zwarnnam(fromtest, "bad cond code"); return 2; } - return 1; } |
