1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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; XtAppContext app;
Atom save_yourself_atom; Atom save_yourself_atom;
Pixmap icon_pixmap = NULL; Pixmap icon_pixmap = 0;
Pixmap icon_mask_pixmap = NULL; Pixmap icon_mask_pixmap = 0;
/************************************************************************** /**************************************************************************
*** DTB_USER_CODE_START *** DTB_USER_CODE_START