[libchamplain] launcher: remove redundant semicolon
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] launcher: remove redundant semicolon
- Date: Sat, 10 Apr 2010 18:31:39 +0000 (UTC)
commit 96f075627a1aafdcf181594d3d834ccacc3d31c5
Author: Simon Wenner <simon wenner ch>
Date: Fri Feb 26 23:28:34 2010 +0100
launcher: remove redundant semicolon
demos/launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/launcher.c b/demos/launcher.c
index 850d067..ab1bd0d 100644
--- a/demos/launcher.c
+++ b/demos/launcher.c
@@ -87,7 +87,7 @@ main (int argc,
{
ClutterActor* actor, *stage, *buttons, *button;
ChamplainLayer *layer;
- gfloat width, total_width = 0;;
+ gfloat width, total_width = 0;
g_thread_init (NULL);
clutter_init (&argc, &argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]