mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidy ...no code changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d081e08c3b
commit
9d990c93c7
1 changed files with 28 additions and 24 deletions
|
@ -2713,7 +2713,7 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
|
|||
}
|
||||
|
||||
/**
|
||||
* get a aparameter entity by name
|
||||
* get a parameter entity by name
|
||||
*/
|
||||
- (void*) getParameterEntity: (NSString*)name
|
||||
{
|
||||
|
@ -2727,7 +2727,9 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
|
|||
{
|
||||
lib = (xmlSAXHandler*)malloc(sizeof(xmlSAXHandler));
|
||||
if (lib == NULL)
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
else
|
||||
{
|
||||
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
||||
|
@ -2774,7 +2776,9 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
|
|||
{
|
||||
lib = (xmlSAXHandler*)malloc(sizeof(htmlSAXHandler));
|
||||
if (lib == NULL)
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
else
|
||||
{
|
||||
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue