Skip to content
Snippets Groups Projects
Commit d0ad5ed4 authored by Paul Russo's avatar Paul Russo
Browse files

Fix const char* assignment to char*.

git-svn-id: http://root.cern.ch/svn/root/trunk@24854 27541ba8-7e3a-0410-8455-c3a389f83636
parent 8ae2caf6
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ int main()
{
char c='a';
unsigned short b=255;
char *pc="hijklmn";
const char *pc="hijklmn";
//unsigned char *pb=(unsigned char*)255;
short s=0xffff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment