Skip to content

Commit

Permalink
style(rpict): quit() function wasn't in prototype form
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Jul 20, 2020
1 parent 2afa244 commit 4f41e0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/rt/rpict.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static const char RCSid[] = "$Id: rpict.c,v 2.93 2019/05/04 00:32:47 greg Exp $";
static const char RCSid[] = "$Id: rpict.c,v 2.94 2020/07/20 15:52:30 greg Exp $";
#endif
/*
* rpict.c - routines and variables for picture generation.
Expand Down Expand Up @@ -135,8 +135,7 @@ static int pixnumber(int x, int y, int xres, int yres);


void
quit(code) /* quit program */
int code;
quit(int code) /* quit program */
{
if (code) /* report status */
report(0);
Expand Down

0 comments on commit 4f41e0a

Please # to comment.