diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2001-06-07 16:10:02 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2001-06-07 16:10:02 +0000 |
commit | 47643908694ed46da22982d25c33cd6aa716c613 (patch) | |
tree | fa8d47ff4017117cc0c8d30cdc3dc23ced310b02 /lib/libsectok/scrw.c | |
parent | 903085f6f0ebab29946c945754764d4d77638383 (diff) |
fix compiler warnings
Diffstat (limited to 'lib/libsectok/scrw.c')
-rw-r--r-- | lib/libsectok/scrw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/scrw.c b/lib/libsectok/scrw.c index 57180c34954..b71b329b218 100644 --- a/lib/libsectok/scrw.c +++ b/lib/libsectok/scrw.c @@ -5,7 +5,7 @@ * * Jim Rees, University of Michigan, October 1997 */ -static char *rcsid = "$Id: scrw.c,v 1.1 2001/06/07 15:17:33 rees Exp $"; +static char *rcsid = "$Id: scrw.c,v 1.2 2001/06/07 16:10:00 rees Exp $"; #ifdef __palmos__ #include <Common.h> @@ -49,7 +49,7 @@ int todos_scioT1(int ttyn, int cla, int ins, int p1, int p2, int ilen, unsigned int todos_scxreset(int ttyn, int flags, unsigned char *atr, int *ep) { - unsigned char *ap, buf[33]; + unsigned char buf[33]; int n, err; if (ep) |