瀏覽代碼

libdpkg: Fix JavaDoc string

Guillem Jover 12 年之前
父節點
當前提交
93d22496db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/dpkg/strwide.c

+ 1 - 1
lib/dpkg/strwide.c

@@ -88,7 +88,7 @@ str_width(const char *str)
  *
  * @param str        The string to crop.
  * @param max_width  The max screen width to use.
- * @param crop[out]  The generated crop values for the string.
+ * @param[out] crop  The generated crop values for the string.
  */
 void
 str_gen_crop(const char *str, int max_width, struct str_crop_info *crop)