diff options
author | Mattes D <github@xoft.cz> | 2015-02-21 12:19:03 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-02-21 12:19:03 +0100 |
commit | 9971670b4062acbae2f7fba57996f0c1e67c7601 (patch) | |
tree | 4d3de89abd8ece59ebc30b4fec48089070a76eb3 /tests/Network/Google.cpp | |
parent | Fixed monster spawn randomness. (diff) | |
parent | APIDump: Added the UDP zero port policy. (diff) | |
download | cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.tar cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.tar.gz cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.tar.bz2 cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.tar.lz cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.tar.xz cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.tar.zst cuberite-9971670b4062acbae2f7fba57996f0c1e67c7601.zip |
Diffstat (limited to 'tests/Network/Google.cpp')
-rw-r--r-- | tests/Network/Google.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/Google.cpp b/tests/Network/Google.cpp index 54bfa6de4..ab366f9e2 100644 --- a/tests/Network/Google.cpp +++ b/tests/Network/Google.cpp @@ -97,7 +97,7 @@ public: -void DoTest(void) +static void DoTest(void) { cEvent evtFinish; |