From f67a86657bcf3d2e77f8148869524bc2e486f656 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 27 May 2014 16:05:28 +0000 Subject: tr -d '\r' --- src/htsweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/htsweb.c b/src/htsweb.c index 313665d..82f4c79 100644 --- a/src/htsweb.c +++ b/src/htsweb.c @@ -264,7 +264,7 @@ static void back_launch_cmd(void *pP) { /* init */ hts_init(); global_opt = opt = hts_create_opt(); - assert(opt->size_httrackp == sizeof(httrackp)); + assert(opt->size_httrackp == sizeof(httrackp)); /* run */ commandReturn = webhttrack_runmain(opt, argc, argv); -- cgit v1.2.3