diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-03 23:07:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-03 23:07:30 +0100 |
commit | 7b235eec105c963173282e1e3f392c64b069902b (patch) | |
tree | f23b8406c8909230d913907e79435080ab998cd1 /registry | |
parent | e1347c650e4d1d11f37be3121189e0fdeb1f1290 (diff) |
More typos
Change-Id: I7b1bd08d9e5157c4eacb8ee5005c76e93eb32e63
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/reg2bin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/reg2bin.cxx b/registry/tools/reg2bin.cxx index d10ad2a13b9c..b45580947e99 100644 --- a/registry/tools/reg2bin.cxx +++ b/registry/tools/reg2bin.cxx @@ -1092,7 +1092,7 @@ sal_uInt64 writeMap( if (j->bound) { f |= 0x01; } - if (!j->readOnly) { + if (j->readOnly) { f |= 0x02; } write8(file, f); |