still not there with svnlook diff :-/
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 9 Jan 2013 23:25:01 +0000 (23:25 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 9 Jan 2013 23:25:01 +0000 (23:25 +0000)
hell, how to make this bastard show C function names in diff!?

SVN revision: 82495

src/lib/edje/edje_main.c

index a734413..b6a4297 100644 (file)
@@ -35,8 +35,8 @@ edje_init(void)
 
    if (!ecore_init())
      {
-       ERR("Ecore init failed");
-       goto unregister_log_domain;
+        ERR("Ecore init failed");
+        goto unregister_log_domain;
      }
 
    if (!embryo_init())