From 9cd2e9ec8fc0127393dfce9c0359d500c8c238be Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 09 Apr 2019 02:22:50 +0000
Subject: [PATCH] updae source to 2.0.9 source

---
 source/src/core/winrt/SDL_winrtapp_xaml.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source/src/core/winrt/SDL_winrtapp_xaml.cpp b/source/src/core/winrt/SDL_winrtapp_xaml.cpp
index 9789d03..7e2aac8 100644
--- a/source/src/core/winrt/SDL_winrtapp_xaml.cpp
+++ b/source/src/core/winrt/SDL_winrtapp_xaml.cpp
@@ -44,7 +44,7 @@
 #if WINAPI_FAMILY == WINAPI_FAMILY_APP
 extern "C"
 ISwapChainBackgroundPanelNative * WINRT_GlobalSwapChainBackgroundPanelNative = NULL;
-static Windows::Foundation::EventRegistrationToken	WINRT_XAMLAppEventToken;
+static Windows::Foundation::EventRegistrationToken  WINRT_XAMLAppEventToken;
 #endif
 
 

--
Gitblit v1.9.3