Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-02-23 18:31:27 +0300
committerKent Mein <mein@cs.umn.edu>2004-02-23 18:31:27 +0300
commit8134398de4994091bed1c7a4a4b200ebb3e60333 (patch)
treeefeffd2472ab39827ac8ac76abfbe6ee4e061449 /intern
parent874d454d67a25ac0a00ba558572c25342cdbaa3c (diff)
removed an extra ;
Found it with Sun's compiler. Kent
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/SND_DeviceManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SoundSystem/SND_DeviceManager.h b/intern/SoundSystem/SND_DeviceManager.h
index acb28fe3bf6..b0b2a28ffb8 100644
--- a/intern/SoundSystem/SND_DeviceManager.h
+++ b/intern/SoundSystem/SND_DeviceManager.h
@@ -75,7 +75,7 @@ private :
* Remember the number of subscriptions.
* if 0, delete the device
*/
- static int m_subscriptions;;
+ static int m_subscriptions;
};
#endif //__SND_DEVICEMANAGER_H