mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue