Skip to content

Commit 4e18cd4

Browse files
committed
Win32: add missing const
cygwin gcc warned about that
1 parent f4c7c55 commit 4e18cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Win32.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ PROTOTYPES: DISABLE
17641764

17651765
BOOT:
17661766
{
1767-
char *file = __FILE__;
1767+
const char *file = __FILE__;
17681768

17691769
if (g_osver.dwOSVersionInfoSize == 0) {
17701770
g_osver.dwOSVersionInfoSize = sizeof(g_osver);

0 commit comments

Comments
 (0)