Commit ea7d5049 authored by Alvaro Herrera's avatar Alvaro Herrera

RELEASE_NOTES: Fix typo

Jan Urbański
parent 8a32819a
...@@ -164,7 +164,7 @@ Then doing it like this: ...@@ -164,7 +164,7 @@ Then doing it like this:
void print_stuff(int arg1, int arg2) 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 would maintain binary compatibility. Obviously this would add a fair
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment