fix clearDebugData.

git-svn-id: svn://qnap.local/TwoTerm/trunk@3151 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2017-01-26 19:17:55 +00:00
parent b0674ce06a
commit 152791525a

View File

@ -538,7 +538,7 @@
}
-(IBAction)clearDebugData:(id)sender:(id)sender {
-(IBAction)clearDebugData:(id)sender {
_debug_buffer.clear();
}