Commit c1c119ae91ac287c1e5a524a57fde95cf43710f2

Authored by Stéphane Raimbault
1 parent e98e0470

Fix warning about '/*' in comment

Showing 1 changed file with 1 additions and 1 deletions
src/modbus.c
... ... @@ -1422,7 +1422,7 @@ void modbus_mapping_free(modbus_mapping_t *mb_mapping)
1422 1422  
1423 1423 #ifndef HAVE_STRLCPY
1424 1424 /*
1425   -/* Function strlcpy was originally developed by
  1425 + * Function strlcpy was originally developed by
1426 1426 * Todd C. Miller <Todd.Miller@courtesan.com> to simplify writing secure code.
1427 1427 * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3
1428 1428 * for more information.
... ...