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:
parent
a5a2364bca
commit
2dd7487154
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92358
@ -5,7 +5,7 @@
|
||||
while(list!=NULL) \
|
||||
{ \
|
||||
- if(list->##fieldn == compval) \
|
||||
+ if((list->fieldn) == compval) \
|
||||
+ if(list->fieldn == compval) \
|
||||
retval=list; \
|
||||
list=list->chain; \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user