Unprintable chars removed (#958)

New line
This commit is contained in:
Stephanie Fu
2016-12-26 17:17:37 -06:00
committed by waddlesplash
parent 6661b5eb6f
commit 3b25ed3172
4 changed files with 78 additions and 0 deletions

View File

@@ -84,3 +84,26 @@ index aaa3a5b..03723fb 100644
--
1.8.3.4
From 6953f4b742475f5d8befe8fcc9d9f5db5c7bc6c9 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sun, 25 Dec 2016 10:12:22 +0100
Subject: gcc5 patch
diff --git a/src/init.c b/src/init.c
index a7ad871..34e7ec2 100644
--- a/src/init.c
+++ b/src/init.c
@@ -257,7 +257,7 @@ void InitGadgets()
gadgets_initialized = TRUE;
}
-inline void InitElementSmallImagesScaledUp(int graphic)
+inline static void InitElementSmallImagesScaledUp(int graphic)
{
#if 0
struct FileInfo *fi = getImageListEntryFromImageID(graphic);
--
2.7.0