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
c21bb8dc
Commit
c21bb8dc
authored
May 26, 2016
by
Lasse Karstensen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Output to the correct file name.
Last minute changes...
parent
0b1ff517
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vmodtool.py
lib/libvcc/vmodtool.py
+1
-1
No files found.
lib/libvcc/vmodtool.py
View file @
c21bb8dc
...
...
@@ -967,7 +967,7 @@ def runmain(inputvcc, rstdir, outputprefix):
# Our makefile targets the .c file so make sure to put that in place last.
rename
(
fn_headerfile
,
outputprefix
+
".h"
)
rename
(
fn_cfile
,
outputprefix
+
".
h
"
)
rename
(
fn_cfile
,
outputprefix
+
".
c
"
)
if
__name__
==
"__main__"
:
...
...
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