diff options
Diffstat (limited to 'nx-X11/lib/X11/WrBitF.c')
-rw-r--r-- | nx-X11/lib/X11/WrBitF.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/WrBitF.c b/nx-X11/lib/X11/WrBitF.c index dad8d5989..c9ed6b47e 100644 --- a/nx-X11/lib/X11/WrBitF.c +++ b/nx-X11/lib/X11/WrBitF.c @@ -34,7 +34,7 @@ from The Open Group. #include "Xutil.h" #include <stdio.h> -#define ERR_RETURN 0 +#define ERR_RETURN NULL static char *Format_Image( XImage *image, @@ -80,7 +80,7 @@ static char *Format_Image( return(data); } - + #define BYTES_PER_OUTPUT_LINE 12 int |