Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steam-mobile/libsteam.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c
index d9a6f50..51ac9dd 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.c
@@ -1,5 +1,3 @@
-
-
#include "libsteam.h"
#include "steam_connection.h"
@@ -7,7 +5,7 @@ static gboolean core_is_haze = FALSE;
// Hack to fix OSX compatibility :)
#ifdef __APPLE__
-# undef G_OSX_UNIX
+#undef G_OSX_UNIX
#endif
#ifdef G_OS_UNIX