From e1716d6fc866d6b7986660b47b5be503085677ce Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 1 Jul 2014 15:45:29 -0500 Subject: [PATCH] docs: fix multi-line Since notation (cherry picked from commit 2428401f5e82be20b57e7e892a83f3b8fcf07041) --- libnm-util/nm-utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index 28019c30a9..f5803cba6b 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -2215,7 +2215,8 @@ nm_utils_hwaddr_valid (const char *asc) * Return value: (transfer full): the textual form of @bytes * * Since: 0.9.10 - * + */ +/* * Code originally by Alex Larsson and * copyright Red Hat, Inc. under terms of the LGPL. */