Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
fd55b85c
Commit
fd55b85c
authored
May 26, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish for flexelint
parent
5aa6fac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vmod_debug.c
lib/libvmod_debug/vmod_debug.c
+2
-2
No files found.
lib/libvmod_debug/vmod_debug.c
View file @
fd55b85c
...
...
@@ -552,7 +552,7 @@ vmod_test_probe(VRT_CTX, VCL_PROBE probe, VCL_PROBE same)
VCL_INT
vmod_typesize
(
VRT_CTX
,
VCL_STRING
s
)
{
in
t
i
=
0
;
size_
t
i
=
0
;
const
char
*
p
;
(
void
)
ctx
;
...
...
@@ -570,5 +570,5 @@ vmod_typesize(VRT_CTX, VCL_STRING s)
default:
return
(
-
1
);
}
}
return
(
i
);
return
(
(
VCL_INT
)
i
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment