dedicated.c
changeset 1614 4ee38e74afd1
parent 1543 d502c1c2ea80
child 1626 6429294a2009
--- a/dedicated.c	Fri Apr 01 20:10:20 2005 +0000
+++ b/dedicated.c	Sat Apr 02 00:17:16 2005 +0000
@@ -327,9 +327,9 @@
 
 static void *_dedicated_video_mem;
 
-static const char *DedicatedVideoStart(const char **parm)
+static const char *DedicatedVideoStart(const char * const *parm)
 {
-	DEBUG(misc,0)("OpenTTD compiled without network-support, quiting...");
+	DEBUG(misc, 0) ("OpenTTD compiled without network-support, exiting...");
 
 	return NULL;
 }