diff options
Diffstat (limited to 'soundserver/gslplayobject_impl.cc')
-rw-r--r-- | soundserver/gslplayobject_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soundserver/gslplayobject_impl.cc b/soundserver/gslplayobject_impl.cc index 217fe80..aafb41c 100644 --- a/soundserver/gslplayobject_impl.cc +++ b/soundserver/gslplayobject_impl.cc @@ -134,7 +134,7 @@ public: */ std::string description() { - return "no description available (see "__FILE__")"; + return "no description available (see " __FILE__ ")"; } poTime currentTime() |