=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/decode.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/less/decode.c 2015/11/09 02:59:06 1.13 +++ src/usr.bin/less/decode.c 2015/11/09 04:10:57 1.14 @@ -215,8 +215,7 @@ /* * Structure to support a list of command tables. */ -struct tablelist -{ +struct tablelist { struct tablelist *t_next; char *t_start; char *t_end;