RELEASE_NOTES: Fix typo

Jan Urbański
This commit is contained in:
Alvaro Herrera 2012-09-23 16:28:44 -03:00
parent 8a32819a80
commit ea7d504998

View File

@ -164,7 +164,7 @@ Then doing it like this:
void print_stuff(int arg1, int arg2)
{
print_stuff(arg1, arg2, 0);
print_stuff2(arg1, arg2, 0);
}
would maintain binary compatibility. Obviously this would add a fair