Add missing semicolons at end of plist dictionaries.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@31915 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-01-20 08:50:33 +00:00
parent 147bb97e44
commit 06545c5c95
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2011-01-20 Wolfgang Lux <wolfgang.lux@gmail.com>
* Frameworks/StepTalk/Environments/StepTalk.stenv: Add missing
semicolon at end of plist dictionary.
2011-01-20 Wolfgang Lux <wolfgang.lux@gmail.com>
* Frameworks/StepTalk/STUndefinedObject.m (-forwardInvocation:):

View file

@ -41,5 +41,5 @@
Super = nil;
Restriction = AllowAll;
};
}
};
}

View file

@ -1,3 +1,8 @@
2011-01-20 Wolfgang Lux <wolfgang.lux@gmail.com>
* SmalltalkInfo.plist: Add missing semicolons at end of plist
dictionaries.
2011-01-20 Wolfgang Lux <wolfgang.lux@gmail.com>
* STSourceReader.m (-readNextToken): Fix bug where an incorrect token

View file

@ -5,7 +5,7 @@
Smalltalk = {
FileTypes = ("st");
EngineClass = "SmalltalkEngine";
}
}
};
};
}