diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-11-27 11:57:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-11-27 11:57:43 +0000 |
commit | 69318389a916483109edb2aeda5f26f51d4c533b (patch) | |
tree | 98f4a70badb41951bafe2eeae3d56a8fb2f01946 /soldep | |
parent | 23d0e016ea5cf45550b6ee0c1793ae780a429abf (diff) |
#i96653# Added missing semicolon after 'DBG_ERROR' macro.
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/bootstrp/hashtbl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/bootstrp/hashtbl.cxx b/soldep/bootstrp/hashtbl.cxx index d1ed48b63d9a..66b88f3c78dc 100644 --- a/soldep/bootstrp/hashtbl.cxx +++ b/soldep/bootstrp/hashtbl.cxx @@ -136,7 +136,7 @@ void* HashTable::GetObjectAt(ULONG lPos) const void HashTable::OnDeleteObject(void*) { - DBG_ERROR("HashTable::OnDeleteObject(void*) nicht berladen") + DBG_ERROR("HashTable::OnDeleteObject(void*) nicht berladen"); } ULONG HashTable::Hash(ByteString const& Key) const |