From c1c119ae91ac287c1e5a524a57fde95cf43710f2 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 5 Dec 2010 01:13:15 +0100 Subject: [PATCH] Fix warning about '/*' in comment --- src/modbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbus.c b/src/modbus.c index f43b849..a567f8a 100644 --- a/src/modbus.c +++ b/src/modbus.c @@ -1422,7 +1422,7 @@ void modbus_mapping_free(modbus_mapping_t *mb_mapping) #ifndef HAVE_STRLCPY /* -/* Function strlcpy was originally developed by + * Function strlcpy was originally developed by * Todd C. Miller to simplify writing secure code. * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3 * for more information. -- libgit2 0.21.4