File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ XMMS plugin:
2233 Konstanty Bialkowski <
[email protected] >
44
5- General Maintainence :
5+ General Maintenance :
66 Konstanty Bialkowski <
[email protected] >
77
88Sound Engine:
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ date = 2-nov-2006 [Konstanty Bialkowski/Macro Trillo]
8686date = 20-jul-2006 [Peter Grootswagers]
8787-> file: src/load_abc.cpp
8888 where: instrument loader functions
89- what: replaced with correspondig functions in load_pat.cpp
89+ what: replaced with corresponding functions in load_pat.cpp
9090-> file: src/load_mid.cpp
9191 where: whole source
9292 what: new loader for midi files
Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ MODPLUG_EXPORT char* ModPlug_GetMessage(ModPlugFile* file);
138138/*Export to a Scream Tracker 3 S3M module. EXPERIMENTAL (only works on Little-Endian platforms)*/
139139MODPLUG_EXPORT char ModPlug_ExportS3M (ModPlugFile * file , const char * filepath );
140140
141- /*Export to a Extended Module (XM). EXPERIMENTAL (only works on Little-Endian platforms)*/
141+ /*Export to an Extended Module (XM). EXPERIMENTAL (only works on Little-Endian platforms)*/
142142MODPLUG_EXPORT char ModPlug_ExportXM (ModPlugFile * file , const char * filepath );
143143
144- /*Export to a Amiga MOD file. EXPERIMENTAL.*/
144+ /*Export to an Amiga MOD file. EXPERIMENTAL.*/
145145MODPLUG_EXPORT char ModPlug_ExportMOD (ModPlugFile * file , const char * filepath );
146146
147- /*Export to a Impulse Tracker IT file. Should work OK in Little-Endian & Big-Endian platforms :-) */
147+ /*Export to an Impulse Tracker IT file. Should work OK in Little-Endian & Big-Endian platforms :-) */
148148MODPLUG_EXPORT char ModPlug_ExportIT (ModPlugFile * file , const char * filepath );
149149#endif /* MODPLUG_NO_FILESAVE */
150150
You can’t perform that action at this time.
0 commit comments