From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 19 May 2009 17:40:36 +0000 (+0000)
Subject: Style fix.
X-Git-Tag: v_3_0_13~87
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=7216bae2ff3ebd81f59060bc8ff727af70b52298;p=privoxy.git

Style fix.
---

diff --git a/urlmatch.c b/urlmatch.c
index d888e37d..7a2778b0 100644
--- a/urlmatch.c
+++ b/urlmatch.c
@@ -1,4 +1,4 @@
-const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.51 2009/05/16 13:27:20 fabiankeil Exp $";
+const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.52 2009/05/19 17:39:59 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/urlmatch.c,v $
@@ -1235,7 +1235,7 @@ int match_portlist(const char *portlist, int port)
    /*
     * Loop through all items, checking for match
     */
-   while(min)
+   while (NULL != min)
    {
       if (NULL == (max = strchr(min, (int) '-')))
       {