コメントの修正
authorj8takagi <j8takagi@nifty.com>
Mon, 25 Jun 2018 13:26:01 +0000 (22:26 +0900)
committerj8takagi <j8takagi@nifty.com>
Mon, 25 Jun 2018 13:52:33 +0000 (22:52 +0900)
include/assemble.h

index 92b7917..09949d6 100644 (file)
@@ -65,7 +65,7 @@ typedef struct {
  */
 typedef struct _LABELTAB {
     struct _LABELTAB *next;     /**<リスト次項目へのポインタ */
-    LABELARRAY *label;          /**ラベル配列 */
+    LABELARRAY *label;          /**<ラベル配列 */
 } LABELTAB;
 
 /**