[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xenstore: Place return statement in the correct place to fix the build.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1207753369 -3600 # Node ID 70ebf23f8a43000960ca62262941e8207da59369 # Parent 506c21c5c55547b9445b4f97428e40b5abc7feaa xenstore: Place return statement in the correct place to fix the build. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- tools/xenstore/xenstore_client.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -r 506c21c5c555 -r 70ebf23f8a43 tools/xenstore/xenstore_client.c --- a/tools/xenstore/xenstore_client.c Wed Apr 09 15:59:54 2008 +0100 +++ b/tools/xenstore/xenstore_client.c Wed Apr 09 16:02:49 2008 +0100 @@ -427,9 +427,9 @@ perform(enum mode mode, int optind, int break; } } - - return 0; - } + } + + return 0; } static enum mode lookup_mode(const char *m) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |