From owner-cvs-all Sun Apr 25 15:14: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1923514DE5; Sun, 25 Apr 1999 15:14:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35505; Sun, 25 Apr 1999 15:14:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199904252214.PAA35505@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Apr 1999 15:14:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog menubox.c tree.c src/gnu/usr.bin/sort sort.c src/gnu/usr.bin/tar tar.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/04/25 15:14:06 PDT Modified files: gnu/lib/libdialog menubox.c tree.c gnu/usr.bin/sort sort.c gnu/usr.bin/tar tar.c Log: Use braces to avoid potentially ambiguous else clause. main's return type is int not void. Reviewed by: obrien and chuckr Revision Changes Path 1.33 +2 -1 src/gnu/lib/libdialog/menubox.c 1.5 +4 -2 src/gnu/lib/libdialog/tree.c 1.15 +1 -1 src/gnu/usr.bin/sort/sort.c 1.17 +1 -1 src/gnu/usr.bin/tar/tar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message