# HG changeset patch # User Matti Hamalainen # Date 1209520770 -10800 # Node ID 97d0ed3b26318af3c34b3821b41c75c9f1129dc3 # Parent 6a92c4f1433882c3801cfbac621da7fa1e7f3de7 Mark common fields and input-plugin specific fields via comments. diff -r 6a92c4f14338 -r 97d0ed3b2631 src/modplug/plugin.cxx --- 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,