diff options
Diffstat (limited to 'ext/xmlrpc/libxmlrpc/queue.c')
-rw-r--r-- | ext/xmlrpc/libxmlrpc/queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xmlrpc/libxmlrpc/queue.c b/ext/xmlrpc/libxmlrpc/queue.c index ecef90caf6..24187383fd 100644 --- a/ext/xmlrpc/libxmlrpc/queue.c +++ b/ext/xmlrpc/libxmlrpc/queue.c @@ -367,6 +367,7 @@ int Q_PushTail(queue *q, void *d) return True_; } + return False_; } |