ttsnoop.C.src: NULL is not 0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user