[7964] Use NULL instead of 0 for "empty" pointers.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-05 14:03:58 +02:00
parent 5848ada3eb
commit 877f81c37b
3 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7963"
#define REVISION_NR "7964"
#endif // __REVISION_NR_H__