[gnumeric] Avoid malformed character constants even inside #if 0.



commit 06cc0cc8a68f8e092b38649968547d6131063faa
Author: Morten Welinder <terra gnome org>
Date:   Fri Jul 23 21:16:49 2010 -0400

    Avoid malformed character constants even inside #if 0.

 plugins/applix/applix-read.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/applix/applix-read.c b/plugins/applix/applix-read.c
index 56a9c0e..89dc019 100644
--- a/plugins/applix/applix-read.c
+++ b/plugins/applix/applix-read.c
@@ -637,7 +637,7 @@ applix_parse_style (ApplixReadState *state, unsigned char **buffer)
 
 #if 0
 				/* FIXME : Add these to gnumeric ? */
-				case 'GR0' : Graph ?  Seems like a truncated integer histogram
+				case "GR0" : Graph ?  Seems like a truncated integer histogram
 					     /* looks like crap, no need to support */
 
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]