diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-19 09:52:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-19 09:53:12 +0100 |
commit | c08e789d3a6449e4abf946b77894a72aedd1dc53 (patch) | |
tree | 4b37011fe628d450d38237d4902693302a5f94c8 | |
parent | 4fa48a11902791a7dbcae947b172ca3bb3e82b33 (diff) |
Copy/paste typo
-rw-r--r-- | scp2/source/ooo/mingw_dlls.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/mingw_dlls.scp b/scp2/source/ooo/mingw_dlls.scp index 8a3098f52f5f..6d50c324d8db 100644 --- a/scp2/source/ooo/mingw_dlls.scp +++ b/scp2/source/ooo/mingw_dlls.scp @@ -51,7 +51,7 @@ MINGW_DLL( gid_Brand_File_Lib_Mingw_Libexpat, MINGW_EXPAT_DLL ) MINGW_DLL( gid_Brand_File_Lib_Mingw_Libxslt, MINGW_LIBXSLT_DLL ) #endif #ifdef NEEDS_MINGW_ICONV_DLL -MINGW_DLL( gid_Brand_File_Lib_Mingw_Libxslt, MINGW_ICONV_DLL ) +MINGW_DLL( gid_Brand_File_Lib_Mingw_Iconv, MINGW_ICONV_DLL ) #endif #endif |