Skip to content

Commit

Permalink
Fix another type mismatch introduced by r9409.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.tartarus.org/sgt/putty@9427 cda61777-01e9-0310-a592-d414129be87e
  • Loading branch information
simon committed Mar 5, 2012
1 parent 400d571 commit 7167ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wcwidth.c
Expand Up @@ -64,8 +64,8 @@
#include "putty.h" /* for prototypes */

struct interval {
int first;
int last;
unsigned int first;
unsigned int last;
};

/* auxiliary function for binary search in interval table */
Expand Down

0 comments on commit 7167ef0

Please sign in to comment.