forked from Imagelibrary/rtems
Corrected prototypes for main per Ralf Corsepius' report of warnings
generated when egcs is used with "-Wall -pedantic".
This commit is contained in:
@@ -388,7 +388,10 @@ Rec_vitals *formats[] =
|
||||
*
|
||||
*******************************************************************************/
|
||||
|
||||
void main( void )
|
||||
int main(
|
||||
int argc,
|
||||
char **argv
|
||||
)
|
||||
{
|
||||
|
||||
char inbuff[ MAX_LINE_SIZE ], outbuff[ MAX_LINE_SIZE ];
|
||||
|
||||
Reference in New Issue
Block a user