Commit 931cb1a4603f8bd94ff155b975c174bf7a51133d

Ryan C. Gordon 2014-04-12T17:40:55

Minor change to a README to test Mercurial server.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README-dynapi.txt b/README-dynapi.txt
index da52f3a..e28ac59 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