mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
|
- (void*) getParameterEntity: (NSString*)name
|
||||||
{
|
{
|
||||||
|
@ -2727,7 +2727,9 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
|
||||||
{
|
{
|
||||||
lib = (xmlSAXHandler*)malloc(sizeof(xmlSAXHandler));
|
lib = (xmlSAXHandler*)malloc(sizeof(xmlSAXHandler));
|
||||||
if (lib == NULL)
|
if (lib == NULL)
|
||||||
|
{
|
||||||
return NO;
|
return NO;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
||||||
|
@ -2774,7 +2776,9 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
|
||||||
{
|
{
|
||||||
lib = (xmlSAXHandler*)malloc(sizeof(htmlSAXHandler));
|
lib = (xmlSAXHandler*)malloc(sizeof(htmlSAXHandler));
|
||||||
if (lib == NULL)
|
if (lib == NULL)
|
||||||
|
{
|
||||||
return NO;
|
return NO;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue