[7526] Use NULL for pointers instead 0

This commit is contained in:
VladimirMangos 2009-03-23 17:36:57 +03:00
parent e09435326f
commit fa098236af
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7525"
#define REVISION_NR "7526"
#endif // __REVISION_NR_H__