From: "Daniel P. Berrange" <berra...@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 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel