diff src/modplug/plugin.cxx @ 2544:97d0ed3b2631

Mark common fields and input-plugin specific fields via comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 04:59:30 +0300
parents f791c889f74c
children e23ce346f239
line wrap: on
line diff
--- a/src/modplug/plugin.cxx	Tue Apr 29 02:17:57 2008 +0300
+++ b/src/modplug/plugin.cxx	Wed Apr 30 04:59:30 2008 +0300
@@ -89,6 +89,7 @@
 
 InputPlugin gModPlug =
 {
+    /* Common plugin fields */
     NULL,
     NULL,
     (gchar *)"ModPlug Audio Plugin",
@@ -97,6 +98,8 @@
     ShowAboutBox,
     ShowConfigureBox,
     FALSE,
+
+    /* Input plugin fields */
     NULL,
     NULL,
     PlayFile,