From f8404e04ab5bf14645f6828160ef911a0278585a Mon Sep 17 00:00:00 2001 From: Arne Goedeke <el@laramies.com> Date: Fri, 23 May 2014 21:32:45 +0200 Subject: [PATCH] push_text: bad return type --- src/interpret.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interpret.c b/src/interpret.c index 563c913f7a..9d43463a7b 100644 --- a/src/interpret.c +++ b/src/interpret.c @@ -3062,7 +3062,7 @@ void low_safe_apply_handler(const char *fun, } } -PMOD_EXPORT push_text( const char *x ) +PMOD_EXPORT void push_text( const char *x ) { struct svalue *_sp_ = Pike_sp++; SET_SVAL_SUBTYPE(*_sp_, 0); -- GitLab