Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/audio/common Use "NULL" instead of "0" for null poin...



details:   https://anonhg.NetBSD.org/src/rev/f1a6e128e09e
branches:  trunk
changeset: 476324:f1a6e128e09e
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Sep 13 17:35:33 1999 +0000

description:
Use "NULL" instead of "0" for null pointer.

diffstat:

 usr.bin/audio/common/audio.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9bfc75f98ab -r f1a6e128e09e usr.bin/audio/common/audio.c
--- a/usr.bin/audio/common/audio.c      Mon Sep 13 17:27:36 1999 +0000
+++ b/usr.bin/audio/common/audio.c      Mon Sep 13 17:35:33 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.7 1999/03/30 14:46:23 mrg Exp $    */
+/*     $NetBSD: audio.c,v 1.8 1999/09/13 17:35:33 tron Exp $   */
 
 /*
  * Copyright (c) 1999 Matthew R. Green
@@ -70,7 +70,7 @@
        { AudioEmpeg_l2_stream, AUDIO_ENCODING_MPEG_L2_STREAM },
        { AudioEmpeg_l2_packets,AUDIO_ENCODING_MPEG_L2_PACKETS },
        { AudioEmpeg_l2_system, AUDIO_ENCODING_MPEG_L2_SYSTEM },
-       { 0, -1 }
+       { NULL, -1 }
 };
 
 



Home | Main Index | Thread Index | Old Index