Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2000:
[Freeciv-Dev] Added missing end comment to header in vms/README.txt
Home

[Freeciv-Dev] Added missing end comment to header in vms/README.txt

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Added missing end comment to header in vms/README.txt
From: Roger Tucker <roger.tucker@xxxxxxxx>
Date: Thu, 20 Jul 2000 16:27:22 -0700

The vms/README.txt file was missing a end comment in the first line
of a header used to port GBLIB.  This patch only effects the build for
OpenVMS.
This is my first freeciv patch so I hope I did everything correct.
CC me since I'm not on the list.
Index: README.txt
===================================================================
RCS file: /home/freeciv/CVS/freeciv/vms/README.txt,v
retrieving revision 1.1
diff -u -r1.1 README.txt
--- README.txt  2000/07/09 20:51:18     1.1
+++ README.txt  2000/07/19 16:31:08
@@ -94,7 +94,7 @@
 Enjoy...
 
 ------------------------------glibconfig.h_vms----------------------------
-/* glibconfig.h_vms handcrafted from the glibconfig.h.win32
+/* glibconfig.h_vms handcrafted from the glibconfig.h.win32 */
 
 #ifndef GLIBCONFIG_H
 #define GLIBCONFIG_H

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Added missing end comment to header in vms/README.txt, Roger Tucker <=