[Libreoffice-commits] core.git: bin/gbuild-to-ide

jan Iversen jani at documentfoundation.org
Wed Feb 1 17:40:46 UTC 2017


 bin/gbuild-to-ide |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9493bb3a26579fd89d1c2684590691c4129500e4
Author: jan Iversen <jani at documentfoundation.org>
Date:   Wed Feb 1 18:37:34 2017 +0100

    gbuild-to-ide typo
    
    Change-Id: I3b57086349d039087dc9395f7af63f8e8fbf1bab

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 962463e..258a971 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -127,7 +127,7 @@ class GbuildParser:
                         jsondata[i] = GbuildParser.__split_flags(jsondata[i], jsondata[i+'APPEND'])
                     for i in jsonSrc:
                         if not i in jsondata:
-                            jsondata[i] = ''
+                            jsondata[i] = ''
                         jsondata[i] = GbuildParser.__split_objs(module, jsondata[i], jsonSrc[i])
 
                     if not module in moduleDict:


More information about the Libreoffice-commits mailing list