Commit 31ee9d6c by Jason Merrill

fix typo

From-SVN: r24652
parent 7e4311a3
...@@ -397,7 +397,7 @@ fancy_abort () ...@@ -397,7 +397,7 @@ fancy_abort ()
} }
char * char *
xstrdup (s1) xstrdup (input)
const char *input; const char *input;
{ {
register size_t len = strlen (input) + 1; register size_t len = strlen (input) + 1;
......
...@@ -1624,7 +1624,7 @@ change_state (oldpos, newpos, indent) ...@@ -1624,7 +1624,7 @@ change_state (oldpos, newpos, indent)
} }
char * char *
xstrdup (s1) xstrdup (input)
const char *input; const char *input;
{ {
register size_t len = strlen (input) + 1; register size_t len = strlen (input) + 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment