Skip to content
Snippets Groups Projects
Commit af141cc8 authored by deuce's avatar deuce
Browse files

Fix type in FTP_GET function name.

parent 11587dea
No related branches found
No related tags found
No related merge requests found
......@@ -1788,7 +1788,7 @@ void decompile(FILE *bin, FILE *src)
case CS_FTP_PUT:
VARVARVAR("FTP_PUT");
case CS_FTP_GET:
VARVARVAR("GTP_GET");
VARVARVAR("FTP_GET");
case CS_FTP_RENAME:
VARVARVAR("FTP_RENAME");
case CS_FTP_DELETE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment