about summary refs log tree commit diff stats
path: root/src/HTFWriter.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-12-27 10:33:52 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-12-27 10:33:52 +0000
commit466c1be273ce2f7354532f876250cbc3d9d6cefd (patch)
tree96125dbdd41c4501c72a67daacb90e995b73b72c /src/HTFWriter.c
parentfd8ff03480d588c28b9424f2976beadbe7a55a35 (diff)
downloadlynx-snapshots-466c1be273ce2f7354532f876250cbc3d9d6cefd.tar.gz
snapshot of project "lynx", label v2-9-0dev_0b
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r--src/HTFWriter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 49469764..de4c22eb 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTFWriter.c,v 1.117 2018/12/25 23:14:16 tom Exp $
+ * $LynxId: HTFWriter.c,v 1.118 2018/12/27 10:33:52 tom Exp $
  *
  *		FILE WRITER				HTFWrite.h
  *		===========
@@ -175,7 +175,7 @@ static void decompress_gzip(HTStream *me)
 	    LYCloseTempFP(fp);
 	    CTRACE((tfp, "...decompress %" PRI_off_t " to %lu\n",
 		    CAST_off_t (me->anchor->actual_length),
-		    (unsigned long) actual));
+		    (unsigned long)actual));
 	    if (success) {
 		if (LYRenameFile(copied, in_name) == 0)
 		    me->anchor->actual_length = (off_t) actual;
arg@10ksloc.org <unknown> 2006-08-01 16:20:03 +0200 committer arg@10ksloc.org <unknown> 2006-08-01 16:20:03 +0200 removed 5LOC' href='/acidbong/suckless/dwm/commit/config.arg.h?h=1.8&id=b38905b0048ded1cdd20b0edec64d56450c47551'>b38905b ^
a73a882 ^





































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71