diff options
Diffstat (limited to 'stp/constantbv')
-rw-r--r-- | stp/constantbv/constantbv.cpp | 2 | ||||
-rw-r--r-- | stp/constantbv/constantbv.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/stp/constantbv/constantbv.cpp b/stp/constantbv/constantbv.cpp index 65698981..e01fa0ac 100644 --- a/stp/constantbv/constantbv.cpp +++ b/stp/constantbv/constantbv.cpp @@ -3568,4 +3568,4 @@ void Matrix_Transpose(unsigned int * X, unsigned int rowsX, unsigned int colsX, } } } -}; //end of namespace CONSTANTBV +} //end of namespace CONSTANTBV diff --git a/stp/constantbv/constantbv.h b/stp/constantbv/constantbv.h index 47e0c56f..bd64132d 100644 --- a/stp/constantbv/constantbv.h +++ b/stp/constantbv/constantbv.h @@ -309,8 +309,8 @@ namespace CONSTANTBV { 0x05, 0x06, 0x06, 0x07, 0x06, 0x07, 0x07, 0x08 /* 0xF0 */ }; #ifdef __cplusplus - }; + } #endif -}; //end of namespace CONSTANTBV +} //end of namespace CONSTANTBV #endif |