From f974bccbb0071c61521f072ecf803cb40910e8ab Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 18 Jun 2013 11:50:18 +0200 Subject: AVALANCHE: Remove empty lines with only ";" characters in them. --- engines/avalanche/makesez.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/avalanche/makesez.cpp') diff --git a/engines/avalanche/makesez.cpp b/engines/avalanche/makesez.cpp index 1307f17515..cba5b61b5b 100644 --- a/engines/avalanche/makesez.cpp +++ b/engines/avalanche/makesez.cpp @@ -46,14 +46,12 @@ char check; int main(int argc, const char *argv[]) { pio_initialize(argc, argv); - ; fillchar(x, sizeof(x), '\261'); x = string("This is a Sez file for an Avvy game, and its contents are subject") + crlf + "to copyright. Have fun with the game!" + crlf + crlf + tabs + "tt" + crlf + crlf + "[Lord Avalot D'Argent]" + crlf + crlf + eof_ + crlf + crlf + "Thomas was here!"; { - ; header.initials = "TT"; header.gamecode = 2; /* code for Avalot */ header.revision = 100; /* version 1.00 */ -- cgit v1.2.3