Skip to content

Commit

Permalink
Fix inconsistent types of jump_sline_fraction and shift_count_fraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Apr 1, 2017
1 parent 301f4d7 commit eea49fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optfunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ extern char *every_first_cmd;
extern IFILE curr_ifile;
extern char version[];
extern int jump_sline;
extern int jump_sline_fraction;
extern long jump_sline_fraction;
extern int shift_count;
extern int shift_count_fraction;
extern long shift_count_fraction;
extern int less_is_more;
#if LOGFILE
extern char *namelogfile;
Expand Down

0 comments on commit eea49fc

Please sign in to comment.