From 3ec597a75c47940f0b00faecb8dde4eede6f95df Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Mon, 16 Jan 2012 02:41:07 +0000 Subject: [PATCH] simplify --- include/ncio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ncio.h b/include/ncio.h index 10fdb1f39..99d3b9d5f 100644 --- a/include/ncio.h +++ b/include/ncio.h @@ -118,7 +118,7 @@ struct ncio { const char *path; /* implementation private stuff */ - void *NCIO_CONST pvt; + void *pvt; }; #undef NCIO_CONST