misccoms.c, shrink scope

This commit is contained in:
rlar 2012-05-17 19:19:37 +02:00
parent cc32eae60b
commit 8dcf132199
1 changed files with 1 additions and 3 deletions

View File

@ -149,8 +149,6 @@ com_bug(wordlist *wl)
void
com_version(wordlist *wl)
{
char *s;
if (!wl) {
/* no printout in pipe mode (-p) */
@ -172,7 +170,7 @@ com_version(wordlist *wl)
} else {
s = wl_flatten(wl);
char *s = wl_flatten(wl);
if (!strncasecmp(s, "-s", 2)) {