Skip to content

Commit

Permalink
WinRT: corrected a minor error in an end-of-file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Dec 26, 2013
1 parent 8b2694f commit 700f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/direct3d11/SDL_render_d3d11.cpp
Expand Up @@ -2341,6 +2341,6 @@ D3D11_RenderPresent(SDL_Renderer * renderer)
}
}

#endif /* SDL_VIDEO_RENDER_D3D && !SDL_RENDER_DISABLED */
#endif /* SDL_VIDEO_RENDER_D3D11 && !SDL_RENDER_DISABLED */

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 700f82d

Please sign in to comment.