[xiph-cvs] cvs commit: libshout/src util.c

Brendan brendan at xiph.org
Tue Feb 25 15:11:12 PST 2003



brendan     03/02/25 18:11:12

  Modified:    src      util.c
  Log:
  A couple of nits

Revision  Changes    Path
1.9       +3 -1      libshout/src/util.c

Index: util.c
===================================================================
RCS file: /usr/local/cvsroot/libshout/src/util.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- util.c	23 Feb 2003 00:11:32 -0000	1.8
+++ util.c	25 Feb 2003 23:11:12 -0000	1.9
@@ -153,6 +153,8 @@
                         return dict->val;
                 dict = dict->next;
         }
+
+	return NULL;
 }
 
 int util_dict_set(util_dict *dict, const char *key, const char *val)
@@ -252,4 +254,4 @@
         }
 
         return res;
-}
\ No newline at end of file
+}

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list