src/newgrf_config.cpp
changeset 6481 85ad87daf4b0
parent 6425 cfbb09c70593
child 6834 7a64c73d5f45
--- a/src/newgrf_config.cpp	Tue Apr 17 19:08:00 2007 +0000
+++ b/src/newgrf_config.cpp	Tue Apr 17 20:23:13 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;