summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-19 15:49:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-19 15:49:39 +0100
commit37b0ec6dcbb764a07e5e080e7ecad51d94d70eef (patch)
tree6cc1024f894a87fc60f2e52ec156d56cdc8ff1ea /include/osl
parent645dac2f9434d70d4aa393bac899b9984f533b20 (diff)
Missing eol backslash
Change-Id: Ia3fd6c84c430fcce30779f9b554090a322e6fd9a
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/detail/component-mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/detail/component-mapping.h b/include/osl/detail/component-mapping.h
index 95625fcf9e52..b32d41b5c8a8 100644
--- a/include/osl/detail/component-mapping.h
+++ b/include/osl/detail/component-mapping.h
@@ -93,7 +93,7 @@ const lib_to_constructor_mapping *lo_get_constructor_map(void);
{ "libfwklo.a", fwk_component_getFactory }, \
{ "libfwmlo.a", fwm_component_getFactory }, \
{ "libsvxcorelo.a", svxcore_component_getFactory }, \
- { "libtextfdlo.a", textfd_component_getFactory },
+ { "libtextfdlo.a", textfd_component_getFactory }, \
{ "libtklo.a", tk_component_getFactory }, \
{ "libucppkg1.a", ucppkg1_component_getFactory }, \
{ "libxmlfdlo.a", xmlfd_component_getFactory }, \