Skip to content

Commit

Permalink
Add missing static keywords to fold(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Schouten authored and Ed Schouten committed Nov 6, 2011
1 parent d2aa301 commit 385c1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr.bin/fold/fold.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ void fold(int);
static int newpos(int, wint_t);
static void usage(void);

int bflag; /* Count bytes, not columns */
int sflag; /* Split on word boundaries */
static int bflag; /* Count bytes, not columns */
static int sflag; /* Split on word boundaries */

int
main(int argc, char **argv)
Expand Down

0 comments on commit 385c1d2

Please sign in to comment.