summaryrefslogtreecommitdiff
path: root/Types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Types.cpp')
-rw-r--r--Types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types.cpp b/Types.cpp
index 04d5c6e..44876e2 100644
--- a/Types.cpp
+++ b/Types.cpp
@@ -10,7 +10,7 @@ void blackhole ( uint32_t )
uint32_t whitehole ( void )
{
- return 0;
+ return 0;
}
#pragma optimize( "", on )