From 9d9f8a4812557b6a307f7438b4d03ba4cefb20ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Mon, 2 Jan 2023 12:41:50 +0100 Subject: [PATCH] docs: debugging: Fix path to dlist.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file has now long being moved to another directory. Signed-off-by: Corentin Noël Reviewed-by: Gert Wollny Part-of: --- docs/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.rst b/docs/debugging.rst index 9d3f7ad9567..714f41a11de 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -14,4 +14,4 @@ In your debugger you can set a breakpoint in ``_mesa_error()`` to trap Mesa errors. There is a display list printing/debugging facility. See the end of -``src/dlist.c`` for details. +``src/mesa/main/dlist.c`` for details.