Skip to content
Snippets Groups Projects
Commit d6341b9d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in prev update

parent 0cec5419
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ printbase( char *lead, char *s )
printf("->printbase(%s, %s)\n", lead, s);
#endif
if (lead == NULL) {
printf("root");
printf("root\n");
return;
}
if (s == NULL) {
......
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