diff options
author | jan Iversen <jani@documentfoundation.org> | 2017-02-01 18:37:34 +0100 |
---|---|---|
committer | jan Iversen <jani@documentfoundation.org> | 2017-02-01 18:39:34 +0100 |
commit | 9493bb3a26579fd89d1c2684590691c4129500e4 (patch) | |
tree | a48057c6a7cf2e9d89b808e03a5ab38e0c57b9b2 /bin | |
parent | 0861cb6d72f0d718928a1998c8a0e2c690e8b09f (diff) |
gbuild-to-ide typo
Change-Id: I3b57086349d039087dc9395f7af63f8e8fbf1bab
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 962463e78642..258a9714befd 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: |