Emscripten: Fixed framebuffer error message.
1.1 --- a/src/video/emscripten/SDL_emscriptenframebuffer.c Sat Feb 14 00:08:48 2015 +0100
1.2 +++ b/src/video/emscripten/SDL_emscriptenframebuffer.c Sat Feb 14 00:10:58 2015 +0100
1.3 @@ -63,7 +63,7 @@
1.4 SDL_WindowData *data = (SDL_WindowData *) window->driverdata;
1.5 surface = data->surface;
1.6 if (!surface) {
1.7 - return SDL_SetError("Couldn't find dummy surface for window");
1.8 + return SDL_SetError("Couldn't find framebuffer surface for window");
1.9 }
1.10
1.11 /* Send the data to the display */