diff options
Diffstat (limited to 'nxcomp/src/Vars.c')
-rw-r--r-- | nxcomp/src/Vars.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Vars.c b/nxcomp/src/Vars.c index 685969677..f5c1b659e 100644 --- a/nxcomp/src/Vars.c +++ b/nxcomp/src/Vars.c @@ -35,7 +35,7 @@ extern "C" { * Allocate here instances of variables and * pointers declared in NXvars.h. */ - + int _NXHandleDisplayError = 0; NXDisplayErrorPredicate _NXDisplayErrorFunction = NULL; |