Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Add newline at end of file; fix ALL build for...
details: https://anonhg.NetBSD.org/src/rev/23de67e11841
branches: trunk
changeset: 778943:23de67e11841
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Apr 22 03:47:53 2012 +0000
description:
Add newline at end of file; fix ALL build for me.
diffstat:
sys/dev/wscons/wsdisplay_glyphcachevar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r df1e0ee1f825 -r 23de67e11841 sys/dev/wscons/wsdisplay_glyphcachevar.h
--- a/sys/dev/wscons/wsdisplay_glyphcachevar.h Sun Apr 22 01:31:48 2012 +0000
+++ b/sys/dev/wscons/wsdisplay_glyphcachevar.h Sun Apr 22 03:47:53 2012 +0000
@@ -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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index