X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=88ecda95b8d0de4ebba5ee26f4ae7f7b0bde858d;hp=6a5a0e4e7f3c5daa6b8baca5e868798c3e2990bc;hb=00272c954ced5a20c2ea9452ac3d9b4a67dc01c1;hpb=f9ad3a081e1777bb6d892af65d0e4090cb31bbfa diff --git a/include/struct.h b/include/struct.h index 6a5a0e4..88ecda9 100644 --- a/include/struct.h +++ b/include/struct.h @@ -91,7 +91,7 @@ typedef struct { char *name; /**<命令名 */ CMDTYPE type; /**<命令タイプ */ WORD code; /**<命令コード */ - const void (*ptr); /**<命令の関数ポインタ */ + const void (*ptr); /**<命令の関数ポインタ */ } CMD; /**