diff options
Diffstat (limited to 'record')
-rw-r--r-- | record/record.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/record/record.c b/record/record.c index 8217a44ee..c9002196f 100644 --- a/record/record.c +++ b/record/record.c @@ -136,9 +136,8 @@ static int numEnabledRCAPs; return rc; \ } -static int RecordDeleteContext(void */*value */ , - XID /*id */ - ); +static int RecordDeleteContext(void *value, + XID id); /***************************************************************************/ |