aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-16 02:54:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-16 02:54:54 +0000
commit3ad4efad565998dda3a31d9d4d2a4dceda980aac (patch)
tree9f9e463dc38434e3618b55d6fc4b031e47647cc3 /libsylph/utils.h
parent3fbaadae0b540884a19da369b14bedc607164384 (diff)
unix: fixed infinite loop bug.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2120 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 6788c3d6..97221fb9 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -68,9 +68,9 @@ gint g_chmod (const gchar *path,
#endif /* !GLIB_CHECK_VERSION */
#ifdef G_OS_UNIX
-#define g_link link
+#define syl_link link
#else
-gint g_link (const gchar *src,
+gint syl_link (const gchar *src,
const gchar *dest);
#endif