diff src/aym.cc @ 79:0602d9bf474a

Various cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 17:14:54 +0300
parents a68786b9c74b
children
line wrap: on
line diff
--- a/src/aym.cc	Mon Sep 26 17:05:58 2011 +0300
+++ b/src/aym.cc	Mon Sep 26 17:14:54 2011 +0300
@@ -273,7 +273,7 @@
     for (;;)
     {
         const char *haystack = va_arg(args, const char *);
-        if (haystack == Y_NULL)
+        if (haystack == NULL)
             break;
         if (!strcmp(needle, haystack))
             return 1;