[gnome-commander] Removes inline, adds static keyword



commit d9b256087e454f16e6299140e998c89db43a8d0f
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon Apr 17 22:06:10 2017 +0200

    Removes inline, adds static keyword

 src/tags/gnome-cmd-tags-poppler.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tags/gnome-cmd-tags-poppler.cc b/src/tags/gnome-cmd-tags-poppler.cc
index 896cb9e..d3656b7 100644
--- a/src/tags/gnome-cmd-tags-poppler.cc
+++ b/src/tags/gnome-cmd-tags-poppler.cc
@@ -133,7 +133,7 @@ const regular_paper_sizes[] =
 #endif
 
 
-inline gchar *paper_name (gdouble doc_width, double doc_height)
+static gchar *paper_name (gdouble doc_width, double doc_height)
 {
     gchar *s = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]