This website works better with JavaScript.
Explore
Help
Register
Sign In
twisterarmy
/
twister-core
mirror of
https://github.com/twisterarmy/twister-core.git
Watch
1
Star
0
Fork
You've already forked twister-core
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Fix build of testcases after commit
0f10b21719
miguelfreitas
Wladimir J. van der Laan
13 years ago
parent
64d46e7c6a
commit
641cfb1456
1 changed files
with
6 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
6
src/test/test_bitcoin.cpp
6
src/test/test_bitcoin.cpp
Unescape
Escape
View File
@ -30,3 +30,9 @@ void Shutdown(void* parg)
{
{
exit
(
0
)
;
exit
(
0
)
;
}
}
void
StartShutdown
(
)
{
exit
(
0
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
twisterarmy/twister-core
Title
Body
Create Issue