libtriple: bring cRecord::Open in line with CS code

Origin commit data
------------------
Commit: 24e9ee412f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)
This commit is contained in:
Stefan Seyfried
2011-10-01 20:29:49 +02:00
parent 4088e7e8d2
commit 5d0c2981b4
2 changed files with 3 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ cRecord::~cRecord()
INFO("end\n");
}
bool cRecord::Open(int /*numpids*/)
bool cRecord::Open(void)
{
INFO("\n");
exit_flag = RECORD_STOPPED;