diff options
Diffstat (limited to 'tests/Buffer_Stream_Test.cpp')
-rw-r--r-- | tests/Buffer_Stream_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Buffer_Stream_Test.cpp b/tests/Buffer_Stream_Test.cpp index 6959a52939f..4d77da34c1f 100644 --- a/tests/Buffer_Stream_Test.cpp +++ b/tests/Buffer_Stream_Test.cpp @@ -157,7 +157,7 @@ int Consumer::svc (void) { ACE_Message_Block *mb = 0; - int result = 0; + int result; char *c = ACE_ALPHABET; char *output; |