diff lcdemu/ximage.c @ 907:7a189b7bbd67

lcdemu: input processing implemented, compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 07 Sep 2015 10:35:20 +0000
parents 69623c4cbf6c
children
line wrap: on
line diff
--- a/lcdemu/ximage.c	Mon Sep 07 10:18:39 2015 +0000
+++ b/lcdemu/ximage.c	Mon Sep 07 10:35:20 2015 +0000
@@ -52,7 +52,7 @@
 		break;
 	default:
 		fprintf(stderr,
-"error: fc-ledemu has not been adapted for X11 depth != 24, yours is %d\n",
+"error: fc-lcdemu has not been adapted for X11 depth != 24, yours is %d\n",
 			display_depth);
 		exit(1);
 	}