Skip to content

Commit 7f69dca

Browse files
committed
make string literal const
1 parent 9b83d53 commit 7f69dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/getcopyright.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "Python.h"
44

5-
static char cprt[] =
5+
static const char cprt[] =
66
"\
77
Copyright (c) 2001-2013 Python Software Foundation.\n\
88
All Rights Reserved.\n\

0 commit comments

Comments
 (0)