From: Mark Andrews Date: Thu, 7 Feb 2008 02:45:49 +0000 (+0000) Subject: clean up example code X-Git-Tag: v9.4.3b1~62^2~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=43581a71ab34a68227c4fc78b263cb7e09168f81;p=thirdparty%2Fbind9.git clean up example code --- diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index af8141a7207..08175d1f64c 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.h,v 1.76 2008/02/07 02:41:26 marka Exp $ */ +/* $Id: mem.h,v 1.77 2008/02/07 02:45:49 marka Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 @@ -350,7 +350,7 @@ isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg, * * static void * water(void *arg, int mark) { - * struct foo *foo = *arg; + * struct foo *foo = arg; * * LOCK(&foo->marklock); * if (foo->mark != mark) {