summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 85e792408d..8099305d6f 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -230,3 +230,8 @@ void mp_msg(int mod, int lev, const char *format, ... ){
fprintf(stream, "%s", tmp);
fflush(stream);
}
+
+char *mp_gtext(const char *string)
+{
+ return string;
+}