Skip to content

Commit 125b501

Browse files
committed
Fix prototype declaration
1 parent 2dfeff9 commit 125b501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/nkflib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ static char kanji_intro = DEFAULT_J,
386386

387387
/* Folding */
388388

389-
int line_fold();
389+
int line_fold(int c2, int c1);
390390
#define FOLD_MARGIN 10
391391
#define DEFAULT_FOLD 60
392392

0 commit comments

Comments
 (0)