mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-05-30 00:40:42 +00:00
fix error in format function
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36883 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1602e33ba1
commit
4af06f385a
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ extern NSString* cmdVersion(NSString *ver);
|
|||
* is currently set. Operates by calling the -cmdDbg:msg:arguments: method.
|
||||
*/
|
||||
- (void) cmdDbg: (NSString*)type
|
||||
msg: (NSString*)fmt, ... NS_FORMAT_FUNCTION(1,3);
|
||||
msg: (NSString*)fmt, ... NS_FORMAT_FUNCTION(2,3);
|
||||
|
||||
/** Send a debug message with debug mode 'defaultMode'.<br />
|
||||
* Calls the -cmdDbg:msg:arguments: method.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue