Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1504 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.64
sletz 18 years ago
parent
commit
d15d0c50f9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common/JackAtomicState.h

+ 2
- 2
common/JackAtomicState.h View File

@@ -132,8 +132,8 @@ class JackAtomicState
} }


/*! /*!
\brief Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one)
*/
\brief Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one)
*/
T* TrySwitchState() T* TrySwitchState()
{ {
AtomicCounter old_val; AtomicCounter old_val;


Loading…
Cancel
Save