forked from OSchip/llvm-project
[lldb] Remove a superfluous trailing semicolon, fixing warnings. NFC.
This commit is contained in:
parent
2cb8ec8f38
commit
a401870f55
|
@ -112,4 +112,4 @@ void el_deletestr(EditLine *, int);
|
|||
History *history_init(void);
|
||||
void history_end(History *);
|
||||
int history(History *, HistEvent *, int, ...);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue