Bug 577011 fix typo of last commit a=bustage

This commit is contained in:
Walter Meinl 2010-11-09 19:17:10 +08:00
parent a12a9e22a5
commit 13c3934d2c

View File

@ -40,7 +40,7 @@
#include <stdio.h>
#if defined(XP_WIN) || (defined(XP_OS2)
#if defined(XP_WIN) || defined(XP_OS2)
# define MOZALLOC_EXPORT __declspec(dllexport)
#endif