diff options
author | David Robillard <d@drobilla.net> | 2011-01-23 08:53:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-23 08:53:14 +0000 |
commit | 5de15ccf0a0216e5aadd93ab9095bf15279bfb7c (patch) | |
tree | 94f737be18568e3401afa283d04c035a8c16fe6b /src/uri.c | |
parent | 5daf94366eddd472cc34ce2af9ebc921167d2c7a (diff) | |
download | serd-5de15ccf0a0216e5aadd93ab9095bf15279bfb7c.tar.gz serd-5de15ccf0a0216e5aadd93ab9095bf15279bfb7c.tar.bz2 serd-5de15ccf0a0216e5aadd93ab9095bf15279bfb7c.zip |
Code cleanup (appease cpplint).
git-svn-id: http://svn.drobilla.net/serd/trunk@45 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'src/uri.c')
-rw-r--r-- | src/uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |