mirror of
https://github.com/python/cpython.git
synced 2025-09-07 17:32:01 +00:00
make string literal const
This commit is contained in:
parent
9b83d533e2
commit
7f69dcac16
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
||||||
static char cprt[] =
|
static const char cprt[] =
|
||||||
"\
|
"\
|
||||||
Copyright (c) 2001-2013 Python Software Foundation.\n\
|
Copyright (c) 2001-2013 Python Software Foundation.\n\
|
||||||
All Rights Reserved.\n\
|
All Rights Reserved.\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue