mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix format string.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15739 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a20d8a42e5
commit
c696800396
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ for (i = 0; i < gbuf_len; i++) printf(" %3i : %04x\n", i, gbuf[i]); */
|
|||
|
||||
-(void) setHyphenationFactor: (float)factor
|
||||
{
|
||||
NSLog(@"Warning: (NSLayoutManager) %@ not implemented",__PRETTY_FUNCTION__);
|
||||
NSLog(@"Warning: (NSLayoutManager) %s not implemented",__PRETTY_FUNCTION__);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue