[gnome-commander/ConvertWarningsToErrors: 5/8] Removes inline, adds static keyword
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/ConvertWarningsToErrors: 5/8] Removes inline, adds static keyword
- Date: Tue, 18 Apr 2017 20:05:22 +0000 (UTC)
commit 276e7a288d80e7113fbf00c13eb72cc4c07c14fa
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]