@ -452,7 +452,7 @@ ConfigFileParser_createModelFromConfigFile(FileHandle fileHandle)
*sep = 0;
/* check for component */
char* sep = strchr(indexStr, ' ');
sep = strchr(indexStr, ' ');
if (sep) {
componentVal = sep + 1;
@ -677,7 +677,7 @@ exit_error:
return -1;
}
void
static void
handleAsyncResponse(MmsConnection self, ByteBuffer* response, uint32_t bufPos, MmsOutstandingCall outstandingCall, MmsError err)
{