From 931cb1a4603f8bd94ff155b975c174bf7a51133d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 12 Apr 2014 17:40:55 -0400 Subject: [PATCH] Minor change to a README to test Mercurial server. --- README-dynapi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dynapi.txt b/README-dynapi.txt index da52f3a3287d1..e28ac59b744a6 100644 --- a/README-dynapi.txt +++ b/README-dynapi.txt @@ -114,7 +114,7 @@ right one initialize the jump table based on the version. For something that must generically catch lots of different versions of SDL over time, like the Steam Client, this isn't a bad option. -Finally, I'm sure some people are reading this and thinking +Finally, I'm sure some people are reading this and thinking, "I don't want that overhead in my project!" To which I would point out that the extra function call through the jump table probably wouldn't even show up in a profile, but lucky you: this can all be