Fix minor compile-time warning that snunk in with changes to sortq() rtn.

MFC after:	4 days
This commit is contained in:
Garance A Drosehn 2001-10-09 00:04:59 +00:00
parent 7e49874f08
commit 4f7f823487
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84691

View File

@ -365,6 +365,7 @@ sortq(const void *a, const void *b)
cat_X = cat_other; \
ch = *(fname_X + 2); \
jnum_X = fname_X + 3; \
seq_X = 0; \
if ((*(fname_X + 1) == 'f') && (isalpha(ch))) { \
seq_X = ch; \
if (*fname_X == 'c') \