Date: Thu, 6 Oct 2005 08:30:40 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xereg.h Message-ID: <200510060830.j968Uepn019742@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-10-06 08:30:40 UTC
FreeBSD src repository
Modified files:
sys/dev/xe if_xereg.h
Log:
Fix a nasty typo. Change:
if (foo);
bar();
to:
if (foo)
bar();
Really, really nasty bug and a very nice catch of mine.
Unfortunately, I'll not become a hero of the day, because the code is
commented out.
Revision Changes Path
1.7 +1 -1 src/sys/dev/xe/if_xereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510060830.j968Uepn019742>
