Commit 5c8b76f6 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed a tabstop.

parent 95de92cb
......@@ -37,8 +37,7 @@ SDL_SendDropFile(const char *file)
if (SDL_GetEventState(SDL_DROPFILE) == SDL_ENABLE) {
SDL_Event event;
event.type = SDL_DROPFILE;
event.drop.file = SDL_strdup(file);
event.drop.file = SDL_strdup(file);
posted = (SDL_PushEvent(&event) > 0);
}
return (posted);
......
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