From ee53fcb61cfc8c54125bcd9da8adfa89974dc948 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 8 May 2013 23:46:09 +0000 Subject: [PATCH] update copyright notice --- lib/isc/app_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/app_api.c b/lib/isc/app_api.c index cbd1074f91..e8f2b31f18 100644 --- a/lib/isc/app_api.c +++ b/lib/isc/app_api.c @@ -105,7 +105,7 @@ isc_app_ctxrun(isc_appctx_t *ctx) { isc_result_t isc_app_ctxonrun(isc_appctx_t *ctx, isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, - void *arg) + void *arg) { REQUIRE(ISCAPI_APPCTX_VALID(ctx));