This website works better with JavaScript.
Explore
Home
Help
Sign In
starwels
/
starwels
Watch
1
Star
0
Fork
You've already forked starwels
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
Fix build of testcases after commit
0f10b21719
pull/1/head
Wladimir J. van der Laan
10 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
Split 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)
@@ -30,3 +30,9 @@ void Shutdown(void* parg)
{
exit
(
0
)
;
}
void
StartShutdown
(
)
{
exit
(
0
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
starwels/starwels
Title
Body
Create Issue