This commit is contained in:
Dennis Heimbigner 2012-01-16 02:41:07 +00:00
parent b3edfbc2d0
commit 3ec597a75c

View File

@ -118,7 +118,7 @@ struct ncio {
const char *path;
/* implementation private stuff */
void *NCIO_CONST pvt;
void *pvt;
};
#undef NCIO_CONST