summaryrefslogtreecommitdiff
path: root/src/ntl-uri-map.c
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-05-09 01:23:41 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-05-09 01:23:41 +0000
commitbc2225456c095cb38b9207f7706eaae948f0a5de (patch)
tree05e47c821dc04807937007e95574b635cca834cc /src/ntl-uri-map.c
parent4f7ae827f7e13cf06965cc72ca60cf7801906a33 (diff)
downloadnautilus-bc2225456c095cb38b9207f7706eaae948f0a5de.tar.gz
DEBUG_MJS was accidentally checked in defined. I commented it out. Also
* src/ntl-uri-map.c: DEBUG_MJS was accidentally checked in defined. I commented it out. Also changed an #if DEBUG_MJS to #ifdef to match the others.
Diffstat (limited to 'src/ntl-uri-map.c')
-rw-r--r--src/ntl-uri-map.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ntl-uri-map.c b/src/ntl-uri-map.c
index e827e86d4..115c10554 100644
--- a/src/ntl-uri-map.c
+++ b/src/ntl-uri-map.c
@@ -25,7 +25,8 @@
*/
-#define DEBUG_MJS 1
+/* #define DEBUG_MJS 1 */
+
/* ntl-uri-map.c: Implementation of routines for mapping a location
change request to a set of views and actual URL to be loaded. */
@@ -459,7 +460,7 @@ file_list_to_mime_type_hash_table (GList *files)
if (NULL != mime_type) {
if (g_hash_table_lookup (result, mime_type) == NULL) {
-#if DEBUG_MJS
+#ifdef DEBUG_MJS
printf ("XXX content mime type: %s\n", mime_type);
#endif
g_hash_table_insert (result, mime_type, mime_type);