diff options
Diffstat (limited to 'generic/tkImgSVGnano.c')
-rw-r--r-- | generic/tkImgSVGnano.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkImgSVGnano.c b/generic/tkImgSVGnano.c index f82a285..c4eceb0 100644 --- a/generic/tkImgSVGnano.c +++ b/generic/tkImgSVGnano.c @@ -234,10 +234,11 @@ FileMatchSVG( { Tcl_Obj *dataObj; NSVGimage *nsvgImage; - (void)fileName; serializedHeader *serializedHeaderPtr; optionsStruct options; + (void)fileName; + /* * Parse the options. Unfortunately, any error can not be returned. */ |