aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/tdb.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-01 10:54:25 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-01 10:54:25 +0100
commita0f0199e90a03600e9acdb90844514ee09a73d16 (patch)
tree7da94b7f92d92d732862365a8a7deb4bba3e314d /tools/xenstore/tdb.c
parent286423408d7a6b4bd427a2b3a60474e6bce95f66 (diff)
downloadxen-a0f0199e90a03600e9acdb90844514ee09a73d16.tar.gz
xen-a0f0199e90a03600e9acdb90844514ee09a73d16.tar.bz2
xen-a0f0199e90a03600e9acdb90844514ee09a73d16.zip
Remove redundant semicolons
Signed-off-by: Rikiya Ayukawa <ayukawa.rikiya@jp.fujitsu.com>
Diffstat (limited to 'tools/xenstore/tdb.c')
-rw-r--r--tools/xenstore/tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/tdb.c b/tools/xenstore/tdb.c
index e04c9aec21..63205e1042 100644
--- a/tools/xenstore/tdb.c
+++ b/tools/xenstore/tdb.c
@@ -1418,7 +1418,7 @@ int tdb_traverse(TDB_CONTEXT *tdb, tdb_traverse_func fn, void *private)
/* They want us to terminate traversal */
ret = count;
if (unlock_record(tdb, tl.off) != 0) {
- TDB_LOG((tdb, 0, "tdb_traverse: unlock_record failed!\n"));;
+ TDB_LOG((tdb, 0, "tdb_traverse: unlock_record failed!\n"));
ret = -1;
}
tdb->travlocks.next = tl.next;