From owner-cvs-src@FreeBSD.ORG Sun Oct 17 21:29:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DB716A4CF; Sun, 17 Oct 2004 21:29:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B1243D49; Sun, 17 Oct 2004 21:29:54 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HLTr0X025592; Sun, 17 Oct 2004 21:29:53 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9HLTrbP025591; Sun, 17 Oct 2004 21:29:53 GMT (envelope-from stefanf) Message-Id: <200410172129.i9HLTrbP025591@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 17 Oct 2004 21:29:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 21:29:54 -0000 stefanf 2004-10-17 21:29:53 UTC FreeBSD src repository Modified files: usr.sbin/wicontrol wicontrol.c Log: Remove an extra semicolon after a function. Revision Changes Path 1.38 +1 -1 src/usr.sbin/wicontrol/wicontrol.c