Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xf86-video-suncg14/dist/src fix tpyo
details: https://anonhg.NetBSD.org/xsrc/rev/825cfcca45b8
branches: trunk
changeset: 6978:825cfcca45b8
user: macallan <macallan%NetBSD.org@localhost>
date: Wed May 11 22:46:51 2022 +0000
description:
fix tpyo
thanks rin@
diffstat:
external/mit/xf86-video-suncg14/dist/src/cg14_render.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r da62f8c3b8ca -r 825cfcca45b8 external/mit/xf86-video-suncg14/dist/src/cg14_render.c
--- a/external/mit/xf86-video-suncg14/dist/src/cg14_render.c Wed May 11 21:13:13 2022 +0000
+++ b/external/mit/xf86-video-suncg14/dist/src/cg14_render.c Wed May 11 22:46:51 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cg14_render.c,v 1.17 2022/05/11 19:37:52 macallan Exp $ */
+/* $NetBSD: cg14_render.c,v 1.18 2022/05/11 22:46:51 macallan Exp $ */
/*
* Copyright (c) 2013 Michael Lorenz
* All rights reserved.
@@ -391,7 +391,7 @@
full = width >> 5; /* chunks of 32 */
part = width & 31; /* leftovers */
-#ifdef SX__RENDER_DEBUG
+#ifdef SX_RENDER_DEBUG
xf86Msg(X_ERROR, "%d %d, %d x %d, %d %d\n", srcpitch, dstpitch,
width, height, full, part);
#endif
Home |
Main Index |
Thread Index |
Old Index