summaryrefslogtreecommitdiff
path: root/src/helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/membuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/membuf.c b/src/helper/membuf.c
index e9e71a98..5b24034d 100644
--- a/src/helper/membuf.c
+++ b/src/helper/membuf.c
@@ -219,7 +219,7 @@ membuf_append( struct membuf *pBuf, const void *pData, size_t len )
// do the grow.
pBuf = membuf_grow( pBuf, r );
// failed?
- if (pBuf==NULL){
+ if (pBuf == NULL){
return pBuf;
}
}