diff options
| author | Alvaro Herrera | 2012-09-23 19:28:44 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2012-09-23 19:28:44 +0000 |
| commit | ea7d504998cc26fd849b0ea89a7ffcd8f1f530f1 (patch) | |
| tree | eb082cc7bef59a9b8a11fa15704403b7624a540e /src/tools | |
| parent | 8a32819a80b03deda7d7e06f2f964255e3842248 (diff) | |
RELEASE_NOTES: Fix typo
Jan UrbaĆski
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/RELEASE_CHANGES | 2 |
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 |
