Skip to content

Commit aad9143

Browse files
committed
Merge branch 'master' of github.com:hasindu2008/slow5tools
2 parents 75834d8 + f12a4cb commit aad9143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ int stats_main(int argc, char **argv, struct program_meta *meta){
7979

8080
// Input arguments
8181
int longindex = 0;
82-
char opt;
82+
int opt;
8383

8484
// Parse options
8585
while ((opt = getopt_long(argc, argv, "h", long_opts, &longindex)) != -1) {

0 commit comments

Comments
 (0)