Actions
Bug #6125
opentypo in cs.c
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2015-08-15
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
while cstyling, came across this:
612 case RegisterClient: 613 chp = va_arg(arglist, client_handle_t *), 614 retcode = cs_register_client(chp, 615 va_arg(arglist, client_reg_t *)); 616 break;
scratched my head a sec and decided it should perhaps should be updated thus
- case RegisterClient: - chp = va_arg(arglist, client_handle_t *), + case RegisterClient: + chp = va_arg(arglist, client_handle_t *);
No data to display
Actions