=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctfconv/parse.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/ctfconv/parse.c 2019/11/07 13:42:54 1.13 +++ src/usr.bin/ctfconv/parse.c 2022/12/26 18:41:05 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.13 2019/11/07 13:42:54 mpi Exp $ */ +/* $OpenBSD: parse.c,v 1.14 2022/12/26 18:41:05 jmc Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot @@ -72,7 +72,7 @@ */ struct isymb_tree isymbt; -struct itype *void_it; /* no type is emited for void */ +struct itype *void_it; /* no type is emitted for void */ uint16_t tidx, fidx, oidx; /* type, func & object IDs */ uint16_t long_tidx; /* index of "long", for array */