X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fcommand_db.h;h=f0baef99438f274a7b76f3e945bb158d96052bef;hb=550d22ec0c3f530f5d317746f3f7e75251a1de4b;hp=6b087004c9987b8ef0cd6636923c5c639a50cf69;hpb=951248dddace9f7cadcf30700a3c3e6ad7ae2888;p=plomrogue diff --git a/src/command_db.h b/src/command_db.h index 6b08700..f0baef9 100644 --- a/src/command_db.h +++ b/src/command_db.h @@ -19,7 +19,7 @@ struct Command { uint8_t id; /* unique identifier of command */ char * dsc_short; /* short string name of command to be used internally */ - char * dsc_long; /* long string description of command for the user */ + char * dsc_long; /* long string description of command for the user */ }; struct CommandDB