]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / common.h
index 150f313635320333f5c7ef3256e40a964777865d..3602065c7eba814486331e319ffc61d5fbc567a6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -47,7 +47,7 @@ void SZ_Free (sizebuf_t *buf);
 void SZ_Clear (sizebuf_t *buf);
 void *SZ_GetSpace (sizebuf_t *buf, int length);
 void SZ_Write (sizebuf_t *buf, const void *data, int length);
-void SZ_Print (sizebuf_t *buf, const char *data);      // strcats onto the sizebuf
+void SZ_Print(sizebuf_t *buf, const char *data);       // strcats onto the sizebuf
 void SZ_HexDumpToConsole(const sizebuf_t *buf);
 
 void Com_HexDumpToConsole(const qbyte *data, int size);