summaryrefslogtreecommitdiffstats
path: root/po/ja.po
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-01-09 22:09:48 +0100
committerMark Wielaard <mjw@redhat.com>2016-01-09 22:09:48 +0100
commitc5da7c9e08c2bdb6dba8e115dcc09ed51a07f0e4 (patch)
tree62f4e45536913902984bcfc64b37d67239407073 /po/ja.po
parent53e447113b60b56fb88109884749133d1b2e0d75 (diff)
downloadandroid_external_elfutils-c5da7c9e08c2bdb6dba8e115dcc09ed51a07f0e4.tar.gz
android_external_elfutils-c5da7c9e08c2bdb6dba8e115dcc09ed51a07f0e4.tar.bz2
android_external_elfutils-c5da7c9e08c2bdb6dba8e115dcc09ed51a07f0e4.zip
libebl: Fix missing brackets around if statement body.
GCC6 [will have] a nice new warning that showed a real bug: elfutils/libebl/eblobjnote.c: In function ‘ebl_object_note’: elfutils/libebl/eblobjnote.c:135:5: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] switch (type) ^~~~~~ elfutils/libebl/eblobjnote.c:45:3: note: ...this ‘if’ clause, but it is not if (! ebl->object_note (name, type, descsz, desc)) ^~ And indeed, it should have been under the if, but wasn't because of missing brackets. Added brackets (and reindent). Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'po/ja.po')
0 files changed, 0 insertions, 0 deletions