diff --git a/sal/rtl/source/byteseq.c b/sal/rtl/source/byteseq.c index c15350f67348..0c9e49f79b78 100644 --- a/sal/rtl/source/byteseq.c +++ b/sal/rtl/source/byteseq.c @@ -2,9 +2,9 @@ * * $RCSfile: byteseq.c,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2001-03-12 14:03:06 $ + * last change: $Author: obr $ $Date: 2001-03-30 14:36:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ static sal_Sequence aEmpty_rtl_ByteSeq = { 1, /* sal_Int32 refCount; */ 0, /* sal_Int32 length; */ - 0 /* sal_Unicode buffer[1]; */ + { 0 } /* sal_Unicode buffer[1]; */ }; //================================================================================================== diff --git a/sal/rtl/source/string.c b/sal/rtl/source/string.c index 8159aa5b8ae5..cac1ba899130 100644 --- a/sal/rtl/source/string.c +++ b/sal/rtl/source/string.c @@ -2,9 +2,9 @@ * * $RCSfile: string.c,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jbu $ $Date: 2001-03-22 15:55:02 $ + * last change: $Author: obr $ $Date: 2001-03-30 14:36:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -283,7 +283,7 @@ sal_Int32 SAL_CALL rtl_str_trim( sal_Char * str ) * * rtl_string_XXX Functions * -/************************************************************************* + ************************************************************************/ /************************************************************************* diff --git a/sal/rtl/source/ustring.c b/sal/rtl/source/ustring.c index 78c2d4baffff..678b90022dbc 100644 --- a/sal/rtl/source/ustring.c +++ b/sal/rtl/source/ustring.c @@ -2,9 +2,9 @@ * * $RCSfile: ustring.c,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jbu $ $Date: 2001-03-22 15:55:02 $ + * last change: $Author: obr $ $Date: 2001-03-30 14:36:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -364,7 +364,7 @@ sal_Int32 SAL_CALL rtl_ustr_trim( sal_Unicode * str ) * * rtl_uString_XXX Functions * -/************************************************************************* + ************************************************************************/ /************************************************************************* * rtl_wstr_getLength