PERFORCE change 78067 for review
Marcel Moolenaar
marcel at FreeBSD.org
Mon Jun 6 03:59:24 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=78067
Change 78067 by marcel at marcel_nfs on 2005/06/06 03:58:22
Remove unused variable error.
Affected files ...
.. //depot/projects/tty/sys/dev/vtc/vtc_core.c#7 edit
Differences ...
==== //depot/projects/tty/sys/dev/vtc/vtc_core.c#7 (text+ko) ====
@@ -82,7 +82,7 @@
{
struct vtc_te_softc *te;
__wchar_t utf32;
- int c, error, utfbytes;
+ int c, utfbytes;
te = tp->t_sc;
if (te == NULL)
More information about the p4-projects
mailing list