aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Diez <jose.manuel.diez@gmail.com>2015-11-10 15:48:52 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-10 16:17:58 +0000
commit8009561ae0d39b9b0bee7afeb656e24a6250deef (patch)
treefb44e375868b478c6adea8b6fde1e123c5729b3c
parent185216adcdc62c4cc52ed6104f0bfc5e034a2ffc (diff)
downloadimv-8009561ae0d39b9b0bee7afeb656e24a6250deef.tar.gz
Remove stray tab in viewport.h
-rw-r--r--viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewport.h b/viewport.h
index 655f109..2d39cb9 100644
--- a/viewport.h
+++ b/viewport.h
@@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "image.h"
struct imv_viewport {
- SDL_Window *window;
+ SDL_Window *window;
double scale;
int x, y;
int fullscreen;