Commit c14e81d2 authored by Christophe Massiot's avatar Christophe Massiot Committed by Jean-Baptiste Kempf

Fix cosmetics.

parent d6a6e466
...@@ -112,7 +112,7 @@ vlc_thread_fatal (const char *action, int error, ...@@ -112,7 +112,7 @@ vlc_thread_fatal (const char *action, int error,
msg = buf; msg = buf;
break; break;
case ERANGE: /* should never happen */ case ERANGE: /* should never happen */
msg = "unknwon (too big to display)"; msg = "unknown (too big to display)";
break; break;
default: default:
msg = "unknown (invalid error number)"; msg = "unknown (invalid error number)";
......
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