Skip to content

Commit a401870

Browse files
committed
[lldb] Remove a superfluous trailing semicolon, fixing warnings. NFC.
1 parent 2cb8ec8 commit a401870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Host/windows/editlinewin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ void el_deletestr(EditLine *, int);
112112
History *history_init(void);
113113
void history_end(History *);
114114
int history(History *, HistEvent *, int, ...);
115-
};
115+
}

0 commit comments

Comments
 (0)