changeset 17536:96ee9852d023

Changed a comment block from // to /* */
author Eric Polino <aluink@pidgin.im>
date Mon, 21 May 2007 16:36:10 +0000
parents d8b9bea550bc
children 7eabe209af6a
files finch/libgnt/gntkeys.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntkeys.c	Mon May 21 14:50:01 2007 +0000
+++ b/finch/libgnt/gntkeys.c	Mon May 21 16:36:10 2007 +0000
@@ -127,7 +127,7 @@
 			*(text + 1) -= 64;  /* Say wha? */
 		}
 	}
-//	fprintf(stderr,"gnt_keys_refine::text==%d %d %d\n",*(unsigned char*)text,*(unsigned char *)(text+1),*(unsigned char *)(text +2));
+/*	fprintf(stderr,"gnt_keys_refine::text==%d %d %d\n",*(unsigned char*)text,*(unsigned char *)(text+1),*(unsigned char *)(text +2)); */
 }
 
 const char *gnt_key_translate(const char *name)