]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / progsvm.h
index 2bd376a4f88a7b671d756b3604a06871b0acecf7..d461da318f6fc010346fc2c370b26fb39bf41532 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -375,7 +375,7 @@ void PRVM_ED_ClearEdict (prvm_edict_t *e);
 char *PRVM_ED_NewString (const char *string);
 // returns a copy of the string allocated from the server's string heap
 
-void PRVM_ED_Print (prvm_edict_t *ed);
+void PRVM_ED_Print(prvm_edict_t *ed);
 void PRVM_ED_Write (qfile_t *f, prvm_edict_t *ed);
 const char *PRVM_ED_ParseEdict (const char *data, prvm_edict_t *ent);