kuuko pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=0d754439a52e6186e05cbb402327c3896d2271ef

commit 0d754439a52e6186e05cbb402327c3896d2271ef
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Wed Sep 3 14:05:04 2014 +0300

    Fix last commit by moving the closing parenthesis away from line comment
    
    I'm redirecting all spankies to billiob for the bad patch
---
 src/bin/about.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/about.c b/src/bin/about.c
index 29ee499..880342a 100644
--- a/src/bin/about.c
+++ b/src/bin/about.c
@@ -67,7 +67,8 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object 
*term,
               "<br>"
               "Distributed under the 2-clause BSD license detailed below:<br>"
               "<br>"
-              "%s" // LICENSE),
+              "%s" // LICENSE
+              ),
               PACKAGE_VERSION, 2014,
               "Carsten Haitzler<br>"
               "Boris Faure<br>"

-- 


Reply via email to