From ea7d504998cc26fd849b0ea89a7ffcd8f1f530f1 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Sun, 23 Sep 2012 16:28:44 -0300 Subject: [PATCH] RELEASE_NOTES: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Jan Urbański --- src/tools/RELEASE_CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 5f1277aa27..aba1630da9 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -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 -- 2.40.0