|
From: <pst...@us...> - 2008-12-15 05:36:56
|
Revision: 643
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=643&view=rev
Author: pstieber
Date: 2008-12-15 05:36:52 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Removed white space from the end of a line.
Modified Paths:
--------------
trunk/jazz/src/PortMidiPlayer.cpp
Modified: trunk/jazz/src/PortMidiPlayer.cpp
===================================================================
--- trunk/jazz/src/PortMidiPlayer.cpp 2008-12-08 06:07:12 UTC (rev 642)
+++ trunk/jazz/src/PortMidiPlayer.cpp 2008-12-15 05:36:52 UTC (rev 643)
@@ -125,7 +125,7 @@
if (pPmDeviceInfo && pPmDeviceInfo->output)
{
- wxString Name =
+ wxString Name =
wxString(pPmDeviceInfo->interf, wxConvISO8859_1) +
wxT(", ") +
wxString(pPmDeviceInfo->name, wxConvISO8859_1);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|