Skip to content

Commit

Permalink
Adjust Range_T typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Jul 24, 2018
1 parent 5cc2d80 commit 975580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/range.h
Expand Up @@ -11,8 +11,8 @@
#include "mem.h"

typedef struct {
int start;
int end;
unsigned int start;
unsigned int end;
} Range_T;

#endif /* RNG_RANGE_H */

0 comments on commit 975580c

Please sign in to comment.