[Spice-devel] [PATCH spice-gtk 04/15] Fix old style declaration where 'inline' came after return type

Daniel P. Berrange berrange at redhat.com
Tue Mar 13 06:40:02 PDT 2012


From: "Daniel P. Berrange" <berrange at redhat.com>

Fix a case of 'static int inline' to be 'static inline int'
---
 common/lines.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/lines.c b/common/lines.c
index 1a14c18..ee52a46 100644
--- a/common/lines.c
+++ b/common/lines.c
@@ -82,7 +82,7 @@ typedef struct lineGC *GCPtr;
 #define miWideDash spice_canvas_wide_dash_line
 #define miWideLine spice_canvas_wide_line
 
-static int inline
+static inline int
 ICEIL (double x)
 {
     int _cTmp = (int)x;
-- 
1.7.7.6



More information about the Spice-devel mailing list