[lldb] Remove a superfluous trailing semicolon, fixing warnings. NFC.

This commit is contained in:
Martin Storsjö 2021-04-18 15:53:04 +03:00
parent 2cb8ec8f38
commit a401870f55
1 changed files with 1 additions and 1 deletions

View File

@ -112,4 +112,4 @@ void el_deletestr(EditLine *, int);
History *history_init(void);
void history_end(History *);
int history(History *, HistEvent *, int, ...);
};
}