changeset 14954:e1446f88650c

[gaim-migrate @ 17733] (09:20:58) Err: LSchiere: http://garand.ipx.ath.cx/~jtb/gaim_inline_function.patch <-- this fixes the bug that Alver and I just discussed (09:21:07) Alver: Right, fixed it. (09:28:41) Err: it's a one-liner - it shouldn't break anything, ever (bold words) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 10 Nov 2006 14:30:45 +0000
parents 3e8ae7a4fa0e
children e3daf404bf2c
files libgaim/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/util.c	Fri Nov 10 13:53:04 2006 +0000
+++ b/libgaim/util.c	Fri Nov 10 14:30:45 2006 +0000
@@ -2577,7 +2577,7 @@
 #endif
 }
 
-inline gboolean
+gboolean
 gaim_running_osx(void)
 {
 #if defined(__APPLE__)