From 86a9cf83c258d1b4fee1f185870d640615900ad3 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 2 May 2001 07:00:30 +0000 Subject: [PATCH] Cosmetic fix. --- omapip/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omapip/dispatch.c b/omapip/dispatch.c index 1eef32ad6..be9d82609 100644 --- a/omapip/dispatch.c +++ b/omapip/dispatch.c @@ -208,7 +208,7 @@ isc_result_t omapi_wait_for_completion (omapi_object_t *object, status = waiter -> waitstatus; omapi_waiter_dereference (&waiter, MDL); - return status;; + return status; } isc_result_t omapi_one_dispatch (omapi_object_t *wo, -- 2.47.3