src/newgrf_config.cpp
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
--- a/src/newgrf_config.cpp	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/newgrf_config.cpp	Sat Apr 21 08:23:57 2007 +0000
@@ -187,7 +187,8 @@
 }
 
 /** Appends an element to a list of GRFs
- * @param dst the head of the list to add to */
+ * @param dst the head of the list to add to
+ * @param el the new tail to be */
 void AppendToGRFConfigList(GRFConfig **dst, GRFConfig *el)
 {
 	GRFConfig **tail = dst;