Author: cazfi
Date: Sat Apr 22 22:53:44 2017
New Revision: 35276

URL: http://svn.gna.org/viewcvs/freeciv?rev=35276&view=rev
Log:
Update comment to speak of freeciv_config.h instead of fc_config.h

Modified:
    trunk/utility/ioz.h

Modified: trunk/utility/ioz.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/utility/ioz.h?rev=35276&r1=35275&r2=35276&view=diff
==============================================================================
--- trunk/utility/ioz.h (original)
+++ trunk/utility/ioz.h Sat Apr 22 22:53:44 2017
@@ -32,7 +32,7 @@
 struct fz_FILE_s;                /* opaque */
 typedef struct fz_FILE_s fz_FILE;
 
-/* (Possibly) supported methods (depending on fc_config.h). */
+/* (Possibly) supported methods (depending on freeciv_config.h). */
 enum fz_method {
   FZ_PLAIN = 0,
 #ifdef FREECIV_HAVE_LIBZ
@@ -47,9 +47,9 @@
 };
 
 fz_FILE *fz_from_file(const char *filename, const char *in_mode,
-                     enum fz_method method, int compress_level);
+                      enum fz_method method, int compress_level);
 fz_FILE *fz_from_stream(FILE *stream);
-  fz_FILE *fz_from_memory(char *buffer, int size, bool control);
+fz_FILE *fz_from_memory(char *buffer, int size, bool control);
 int fz_fclose(fz_FILE *fp);
 char *fz_fgets(char *buffer, int size, fz_FILE *fp);
 int fz_fprintf(fz_FILE *fp, const char *format, ...)


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to