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:
parent
b321eff424
commit
de9584ba62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114599
1 changed files with 2 additions and 2 deletions
|
@ -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, ())
|
||||
|
||||
|
|
Loading…
Reference in a new issue