diff frontend/mikmodux.h @ 21:eb5b14d0e054

Makefile unneeded rule mikmodux.h Fix MODULE
author darius
date Fri, 24 Apr 1998 08:04:39 +0000
parents e5529b6e3b1c
children
line wrap: on
line diff
--- a/frontend/mikmodux.h	Fri Apr 24 01:24:55 1998 +0000
+++ b/frontend/mikmodux.h	Fri Apr 24 08:04:39 1998 +0000
@@ -90,7 +90,7 @@
     char *modname;	/* The name of the module, either its filename, or name in an archive */
     char *archive;	/* The filename of the archive if the mod is in one. NULL if not */
     
-} MODULES;
+} MODULE;
 
 typedef struct {
     int current; 	/* Currenct playing mod */