Skip to content

Commit a3ae3e9

Browse files
committed
.wikiheaders-options: Fix include file path.
1 parent d928201 commit a3ae3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.wikiheaders-options

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ incsubdir =
44
wikisubdir = SDL_image
55
apiprefixregex = IMG_
66
mainincludefname = SDL_image.h
7-
versionfname = SDL_image.h
7+
versionfname = include/SDL_image.h
88
versionmajorregex = \A\#define\s+SDL_IMAGE_MAJOR_VERSION\s+(\d+)\Z
99
versionminorregex = \A\#define\s+SDL_IMAGE_MINOR_VERSION\s+(\d+)\Z
1010
versionpatchregex = \A\#define\s+SDL_IMAGE_PATCHLEVEL\s+(\d+)\Z

0 commit comments

Comments
 (0)