diff options
author | Benjamin Segovia <segovia.benjamin@gmail.com> | 2012-04-13 10:10:18 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:16:21 -0700 |
commit | 2050378c409d7a7a8adb6eb3dec5c8ca85832c1e (patch) | |
tree | 31e23d701e3753097d49589300bd50c360e67c33 /backend/src/sys/mutex.hpp | |
parent | c8cb8e09577113df56ce5613aab31a6ecdaad512 (diff) |
s/getSrcIndex/getSrc/g s/getDstIndex/getDst/g
G: changed src/utest/utest_vector.cpp
Diffstat (limited to 'backend/src/sys/mutex.hpp')
-rw-r--r-- | backend/src/sys/mutex.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/src/sys/mutex.hpp b/backend/src/sys/mutex.hpp index 6b262c23..6c072f90 100644 --- a/backend/src/sys/mutex.hpp +++ b/backend/src/sys/mutex.hpp @@ -78,3 +78,5 @@ namespace gbe } #endif /* __GBE_MUTEX_HPP__ */ + + |