Correct a patch that marcus has made a simple mistake with the path.

gthread.h -> glib/gthread.h

Reported by:	Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
Jeremy Messenger 2004-07-24 22:28:02 +00:00
parent b321eff424
commit de9584ba62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114599

View File

@ -1,5 +1,5 @@
--- gthread.h.orig Sat Jul 24 15:31:32 2004
+++ gthread.h Sat Jul 24 15:32:10 2004
--- glib/gthread.h.orig Sat Jul 24 15:31:32 2004
+++ glib/gthread.h Sat Jul 24 15:32:10 2004
@@ -202,7 +202,7 @@
#define g_thread_yield() G_THREAD_CF (thread_yield, (void)0, ())