summaryrefslogtreecommitdiff
path: root/src/httrack.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-26 19:32:34 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-26 19:32:34 +0000
commita300785d5eacef7d59fd4daa4fb68928f9fb4f42 (patch)
tree506407607d7a0ba0b9205d9039f9b14f6c9cc2de /src/httrack.c
parent5364514f340287bcce591955fce500ed57d2da79 (diff)
tr -d '\r'
Diffstat (limited to 'src/httrack.c')
-rw-r--r--src/httrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httrack.c b/src/httrack.c
index 452ba2c..020d4f8 100644
--- a/src/httrack.c
+++ b/src/httrack.c
@@ -224,7 +224,7 @@ int main(int argc, char **argv) {
signal_handlers();
hts_init();
opt = global_opt = hts_create_opt();
- assert(opt->size_httrackp == sizeof(httrackp));
+ assert(opt->size_httrackp == sizeof(httrackp));
CHAIN_FUNCTION(opt, init, htsshow_init, NULL);
CHAIN_FUNCTION(opt, uninit, htsshow_uninit, NULL);