[lasem] Fix old style declaration warning
- From: J.H.M. Dassen (Ray) <jdassen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] Fix old style declaration warning
- Date: Tue, 1 Jan 2013 13:28:19 +0000 (UTC)
commit 7c2ad6b94b0a701a2e9b7b7e35b25691a4f4efb2
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date: Tue Jan 1 14:28:13 2013 +0100
Fix old style declaration warning
src/lsmsvgclippathelement.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmsvgclippathelement.c b/src/lsmsvgclippathelement.c
index 92c1764..025149f 100644
--- a/src/lsmsvgclippathelement.c
+++ b/src/lsmsvgclippathelement.c
@@ -60,7 +60,7 @@ lsm_svg_clip_path_element_render (LsmSvgElement *self, LsmSvgView *view)
if (is_object_bounding_box) {
const LsmBox *viewport;
- const static LsmBox viewbox = {.x = 0.0, .y = 0.0, .width = 1.0, .height = 1.0};
+ static const LsmBox viewbox = {.x = 0.0, .y = 0.0, .width = 1.0, .height = 1.0};
viewport = lsm_svg_view_get_clip_extents (view);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]