diff options
author | Jefersson Nathan <admin@phpse.net> | 2013-04-01 17:17:41 -0300 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-16 18:13:49 -0700 |
commit | ebef8c417614e90ec1a07366ad540e06532a68ba (patch) | |
tree | 2c96e3410c3ba2ee07033f93aca8eb09d0809f18 /netware/start.c | |
parent | ee01af7df149da2c511b0f91db2e161eebb2bf58 (diff) | |
download | php-git-ebef8c417614e90ec1a07366ad540e06532a68ba.tar.gz |
Identation Fixed
Diffstat (limited to 'netware/start.c')
-rw-r--r-- | netware/start.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/netware/start.c b/netware/start.c index 2765ffba12..8651a6ccca 100644 --- a/netware/start.c +++ b/netware/start.c @@ -24,7 +24,7 @@ void *gLibHandle = (void *) NULL; rtag_t gAllocTag = (rtag_t) NULL; NXMutex_t *gLibLock = (NXMutex_t *) NULL; -int gLibId = 0; +int gLibId = 0; int DisposeLibraryData( void *data) @@ -35,17 +35,17 @@ int DisposeLibraryData( void *data) int _NonAppStart ( - void *NLMHandle, - void *errorScreen, + void *NLMHandle, + void *errorScreen, const char *cmdLine, const char *loadDirPath, size_t uninitializedDataLength, - void *NLMFileHandle, - int (*readRoutineP)( int conn, void *fileHandle, size_t offset, - size_t nbytes, size_t *bytesRead, void *buffer ), + void *NLMFileHandle, + int (*readRoutineP)( int conn, void *fileHandle, size_t offset, + size_t nbytes, size_t *bytesRead, void *buffer ), size_t customDataOffset, size_t customDataSize, - int messageCount, + int messageCount, const char **messages ) { |