mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
remove excess args
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32311 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5ed0d0658
commit
ba43ad18a8
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ static void unsupported(const char *format, ...)
|
|||
[[[localException userInfo] description] UTF8String]); \
|
||||
} \
|
||||
unresolved("%s:%d ... problem occurred inside set.", \
|
||||
__FILE__, __LINE__, ## __VA_ARGS__); \
|
||||
__FILE__, __LINE__); \
|
||||
NS_ENDHANDLER \
|
||||
testHopeful = save_hopeful; \
|
||||
} \
|
||||
|
|
Loading…
Reference in a new issue