1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Clean up the patch.

This commit is contained in:
Max Khon 2003-10-27 21:06:33 +00:00
parent a5a2364bca
commit 2dd7487154
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92358

View File

@ -5,7 +5,7 @@
while(list!=NULL) \
{ \
- if(list->##fieldn == compval) \
+ if((list->fieldn) == compval) \
+ if(list->fieldn == compval) \
retval=list; \
list=list->chain; \
} \