On 07/12/2012 06:25 PM, Denys Vlasenko wrote: > On 07/12/2012 06:24 PM, Denys Vlasenko wrote: >> Please review this and the following patch. >> >> It only renames functions in libreport, nothing else. >> (Second patch does the same for arbt code). >
problem_data_t *problem_data_new()
{
- return new_problem_data();
+ return problem_data_new();
}
Ahahahaha :D
