Module Name:    src
Committed By:   uebayasi
Date:           Sun Apr 22 03:47:53 UTC 2012

Modified Files:
        src/sys/dev/wscons: wsdisplay_glyphcachevar.h

Log Message:
Add newline at end of file; fix ALL build for me.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/wscons/wsdisplay_glyphcachevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/wscons/wsdisplay_glyphcachevar.h
diff -u src/sys/dev/wscons/wsdisplay_glyphcachevar.h:1.2 src/sys/dev/wscons/wsdisplay_glyphcachevar.h:1.3
--- src/sys/dev/wscons/wsdisplay_glyphcachevar.h:1.2	Thu Apr 19 08:46:17 2012
+++ src/sys/dev/wscons/wsdisplay_glyphcachevar.h	Sun Apr 22 03:47:53 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: wsdisplay_glyphcachevar.h,v 1.2 2012/04/19 08:46:17 macallan Exp $	*/
+/*	$NetBSD: wsdisplay_glyphcachevar.h,v 1.3 2012/04/22 03:47:53 uebayasi Exp $	*/
 
 /*
  * Copyright (c) 2012 Michael Lorenz
@@ -62,4 +62,4 @@ int glyphcache_try(glyphcache *, int, in
 #define GC_ADD	1 /* glyph is not in cache but can be added */
 #define GC_NOPE 2 /* glyph is not in cache and can't be added */
 
-#endif /* WSDISPLAY_GLYPHCACHEVAR_H */
\ No newline at end of file
+#endif /* WSDISPLAY_GLYPHCACHEVAR_H */

Reply via email to