mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Clarify warning
This commit is contained in:
parent
7dfe3c56a5
commit
05c8051a9c
1 changed files with 2 additions and 2 deletions
|
@ -3106,8 +3106,8 @@ fail:
|
|||
}
|
||||
if (buffer[pos] == term)
|
||||
{
|
||||
[self log: @"error in method definition ... "
|
||||
@"semicolon after name"];
|
||||
[self log: @"Warning - incorrect semicolon"
|
||||
@" after name in method definition"];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue