aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/RELEASE_CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 5f1277aa274..aba1630da9f 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