X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fsp65%2Finput.c;h=381adf6b98bc733896fff91bfa89511ce428efd9;hb=02e4b5bfe3564e92b2fc71a874ae20235bfc3a62;hp=85807752fea353a12d60806476d2cdda6c27a21d;hpb=1a7b115b3c6867d722a4d830b5d57e2125157ad2;p=cc65 diff --git a/src/sp65/input.c b/src/sp65/input.c index 85807752f..381adf6b9 100644 --- a/src/sp65/input.c +++ b/src/sp65/input.c @@ -87,9 +87,9 @@ static const FileId FormatTable[] = { Bitmap* ReadInputFile (const Collection* A) /* Read a bitmap from a file and return it. Format, file name etc. must be - * given as attributes in A. If no format is given, the function tries to - * autodetect it by using the extension of the file name. - */ +** given as attributes in A. If no format is given, the function tries to +** autodetect it by using the extension of the file name. +*/ { const FileId* F; @@ -119,6 +119,3 @@ Bitmap* ReadInputFile (const Collection* A) /* Call the format specific read */ return InputFormatTable[F->Id].Read (A); } - - -