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:
parent
10e295b967
commit
aa15240c22
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue