]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 394fc8809689ef1df6b3c61b5dce47f7913c12dd..18d1588456c889d05086b93a5f743394a68e8b6e 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -171,7 +171,7 @@ void ED_ClearEdict (edict_t *e);
 char   *ED_NewString (const char *string);
 // returns a copy of the string allocated from the server's string heap
 
-void ED_Print (edict_t *ed);
+void ED_Print(edict_t *ed);
 void ED_Write (qfile_t *f, edict_t *ed);
 const char *ED_ParseEdict (const char *data, edict_t *ent);