13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
$OpenBSD: patch-level_cc,v 1.1 2002/10/09 12:21:43 naddy Exp $
|
|
--- level.cc.orig Wed Oct 9 13:34:28 2002
|
|
+++ level.cc Wed Oct 9 13:41:42 2002
|
|
@@ -75,7 +75,7 @@ typedef struct mission_node {
|
|
|
|
mission_node * missions;
|
|
|
|
-static int missionfiles (const struct dirent *file)
|
|
+static int missionfiles (struct dirent *file)
|
|
{
|
|
int len = strlen(file->d_name);
|
|
|