]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Use unsigned char for XBM bitmaps data.
[wxWidgets.git] / src / unix / threadpsx.cpp
index 7e784e285f9a4e8fcea700ee40597a34f8cd32c6..e818385c668b6b858aa47dd2b29a36b8175e78d4 100644 (file)
@@ -1487,10 +1487,10 @@ wxThreadError wxThread::Delete(ExitCode *rc)
             }
             //else: can't wait for detached threads
     }
-    
+
     if (state == STATE_NEW)
         return wxTHREAD_MISC_ERROR;
-            // for coherency with the MSW implementation, signal the user that 
+            // for coherency with the MSW implementation, signal the user that
             // Delete() was called on a thread which didn't start to run yet.
 
     return wxTHREAD_NO_ERROR;