André Hentschel : dbghelp: Fix typo in url.
Module: wine Branch: master Commit: 2f5ba0d8c0996430e35188ab8e6e0f873d95ea63 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2f5ba0d8c0996430e35188ab8e... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Jan 5 20:42:30 2010 +0100 dbghelp: Fix typo in url. --- dlls/dbghelp/stabs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dbghelp/stabs.c b/dlls/dbghelp/stabs.c index bc5b674..837e213 100644 --- a/dlls/dbghelp/stabs.c +++ b/dlls/dbghelp/stabs.c @@ -26,7 +26,7 @@ * The "stabs" debug format * by Julia Menapace, Jim Kingdon, David Mackenzie * of Cygnus Support - * available (hopefully) from http:\\sources.redhat.com\gdb\onlinedocs + * available (hopefully) from http://sources.redhat.com/gdb/onlinedocs */ #include "config.h"
participants (1)
-
Alexandre Julliard