|
From: Jeroen N. W. <jn...@xs...> - 2004-08-25 12:47:42
|
Index: include/valgrind.h
===================================================================
RCS file: /home/kde/valgrind/include/valgrind.h,v
retrieving revision 1.26
diff -u -r1.26 valgrind.h
--- include/valgrind.h 19 Jun 2004 18:12:35 -0000 1.26
+++ include/valgrind.h 25 Aug 2004 12:45:36 -0000
@@ -171,7 +171,7 @@
/* Allow printfs to valgrind log. */
VG_USERREQ__PRINTF = 0x1401,
- VG_USERREQ__PRINTF_BACKTRACE = 0x1402,
+ VG_USERREQ__PRINTF_BACKTRACE = 0x1402
} Vg_ClientRequest;
#ifndef __GNUC__
|