summaryrefslogtreecommitdiff
path: root/mpq/get_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq/get_str.c')
-rw-r--r--mpq/get_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq/get_str.c b/mpq/get_str.c
index 38a836605..985ea3fab 100644
--- a/mpq/get_str.c
+++ b/mpq/get_str.c
@@ -62,6 +62,6 @@ mpq_get_str (char *str, int base, mpq_srcptr q)
if (str_alloc != 0)
__GMP_REALLOCATE_FUNC_MAYBE (str, str_alloc, len+1);
-
+
return str;
}