ttsnoop.C.src: NULL is not 0

This commit is contained in:
Jon Trulson
2014-04-06 16:55:45 -06:00
parent 10e295b967
commit aa15240c22

View File

@@ -340,8 +340,8 @@ main(int argc, char **argv)
XtAppContext app;
Atom save_yourself_atom;
Pixmap icon_pixmap = NULL;
Pixmap icon_mask_pixmap = NULL;
Pixmap icon_pixmap = 0;
Pixmap icon_mask_pixmap = 0;
/**************************************************************************
*** DTB_USER_CODE_START