From 5de15ccf0a0216e5aadd93ab9095bf15279bfb7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Jan 2011 08:53:14 +0000 Subject: Code cleanup (appease cpplint). git-svn-id: http://svn.drobilla.net/serd/trunk@45 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uri.c') diff --git a/src/uri.c b/src/uri.c index 9aac5313..c738724e 100644 --- a/src/uri.c +++ b/src/uri.c @@ -21,7 +21,7 @@ #include "serd/serd.h" -//#define URI_DEBUG 1 +// #define URI_DEBUG 1 /** Return true if @a c lies within [min...max] (inclusive) */ static inline bool -- cgit v1.2.1