]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/i18n.qh
Work around the need to include net_linked.qh from sv_model.qc (temporary hack for...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / i18n.qh
index c66d7b9a88bd8a163d20d5a13cef85132102892c..8ebedb76f65f66110d3fd26ffaa46277e1b24021 100644 (file)
@@ -49,7 +49,7 @@ string CTX(string s)
        int p = strstrofs(s, "^", 0);
        string ret = (p < 0) ? s : substring(s, p + 1, -1);
 #if CTX_CACHE
-        LOG_DEBUGF("CTX(\"%s\")\n", s);
+        LOG_DEBUGF("CTX(\"%s\")", s);
                HM_sets(CTX_cache, s, ret);
 #endif
        return ret;