[Libreoffice-commits] core.git: include/osl

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 6 10:22:40 UTC 2020


 include/osl/socket.h |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0ffbfe0d621b75aec43190e0837461c2961bf4d5
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Sep 5 23:04:10 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 6 12:21:01 2020 +0200

    Fix warn "unbalanced grouping commands" in socket.h
    
    Change-Id: I290d96f8c2bcc9688e1d7acba95564b6bc97b64b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102097
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/osl/socket.h b/include/osl/socket.h
index 2357e8c53c01..846e3fab36b2 100644
--- a/include/osl/socket.h
+++ b/include/osl/socket.h
@@ -31,6 +31,9 @@ extern "C" {
 #define OSL_INADDR_NONE             0xffffffff
 #define OSL_INVALID_PORT (-1)
 
+/**@{ begin section types
+*/
+
 /**
     Opaque datatype SocketAddr.
 */


More information about the Libreoffice-commits mailing list