[vlc-devel] commit: vlc: Code conventions. (Pierre d'Herbemont )

git version control git at videolan.org
Thu May 15 22:19:14 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu May 15 22:19:43 2008 +0200| [42255fd0692bc9d4b4155728c1f390301a9f19e6]

vlc: Code conventions.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42255fd0692bc9d4b4155728c1f390301a9f19e6
---

 src/vlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/vlc.c b/src/vlc.c
index b1fd2e8..922ef17 100644
--- a/src/vlc.c
+++ b/src/vlc.c
@@ -255,7 +255,7 @@ static void *SigHandler (void *data)
 
             fprintf (stderr, "signal %d received, terminating vlc - do it "
                             "again quickly in case it gets stuck\n", i_signal);
-            if (vlc) libvlc_release( vlc );
+            if (vlc) libvlc_release (vlc);
         }
         else /* time (NULL) <= abort_time */
         {




More information about the vlc-devel mailing list