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

It's FTP_DIR, not FTD_DIR

parent a5680451
No related branches found
No related tags found
No related merge requests found
......@@ -1784,7 +1784,7 @@ void decompile(FILE *bin, FILE *src)
case CS_FTP_CWD:
VARVAR("FTP_CWD");
case CS_FTP_DIR:
VARVAR("FTD_DIR");
VARVAR("FTP_DIR");
case CS_FTP_PUT:
VARVARVAR("FTP_PUT");
case CS_FTP_GET:
......
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