瀏覽代碼

Fix warning about '/*' in comment

Stéphane Raimbault 14 年之前
父節點
當前提交
c1c119ae91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modbus.c

+ 1 - 1
src/modbus.c

@@ -1422,7 +1422,7 @@ void modbus_mapping_free(modbus_mapping_t *mb_mapping)
 
 
 #ifndef HAVE_STRLCPY
 #ifndef HAVE_STRLCPY
 /*
 /*
-/* Function strlcpy was originally developed by
+ * Function strlcpy was originally developed by
  * Todd C. Miller <Todd.Miller@courtesan.com> to simplify writing secure code.
  * Todd C. Miller <Todd.Miller@courtesan.com> to simplify writing secure code.
  * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3
  * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3
  * for more information.
  * for more information.