Re: [AD] Dynamic DirectSound loading

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On 2010-08-18, at 3:19 PM, Michał Cichoń wrote:
> OK. I'm trying to follow. Are those rules written somewhere? I will checkout Wiki, maybe there.
> 
> Tailing spaces should not be very big deal, but who knows.

I was not actually talking about trailing whitespace, but things like this:

    if (win_display->window) {
-      SendMessage(win_display->window, _al_win_msg_suicide, 0, 0);
-      while (!win_display->thread_ended)
-         al_rest(0.001);
-   }
+   SendMessage(win_display->window, _al_win_msg_suicide, 0, 0);
+   while (!win_display->thread_ended)
+      al_rest(0.001);
 }
+}



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/