]> granicus.if.org Git - python/commitdiff
make string literal const
authorBenjamin Peterson <benjamin@python.org>
Thu, 31 Oct 2013 05:20:58 +0000 (01:20 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 31 Oct 2013 05:20:58 +0000 (01:20 -0400)
Python/getcopyright.c

index 2d26787dfbd425300ce128631188ae87e2f48a48..2b19622d43684b7ad7b3277dbec5a55370ebb995 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "Python.h"
 
-static char cprt[] =
+static const char cprt[] =
 "\
 Copyright (c) 2001-2013 Python Software Foundation.\n\
 All Rights Reserved.\n\