Commit b6befbe

Nick committed on
minor fix
commit b6befbee2421ba8388f13fe67e8373e36708fcc9 parent 2148192
1 changed files +0−1
Modifieduge2source.lpr +0−1
@@ -65,7 +65,6 @@ begin
65 RenderSongToRGBDSAsm(Song, NonOpts[1], NonOpts[2]); 65 RenderSongToRGBDSAsm(Song, NonOpts[1], NonOpts[2]);
66 end; 66 end;
67 else raise Exception.Create('Output file must be either .C or .ASM, but was ' + NonOpts[2]); 67 else raise Exception.Create('Output file must be either .C or .ASM, but was ' + NonOpts[2]);
68 end;
69 end; 68 end;
70 69
71 Terminate; 70 Terminate;