[vlc-devel] commit: Remove leading underscores. (Antoine Cellerier )

git version control git at videolan.org
Mon Feb 8 16:48:01 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Feb  8 16:47:47 2010 +0100| [cb1b6659d9287132d26d18fd534e864192e03730] | committer: Antoine Cellerier 

Remove leading underscores.

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

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

diff --git a/src/missing.c b/src/missing.c
index a47920a..e5be395 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -377,7 +377,7 @@ vlm_message_t *vlm_MessageNew (const char *a, const char *fmt, ...)
     return vlm_MessageSimpleNew (a);
 }
 
-vlm_t *__vlm_New (vlc_object_t *obj)
+vlm_t *vlm_New (vlc_object_t *obj)
 {
      msg_Err (obj, "VLM not compiled-in!");
      return NULL;




More information about the vlc-devel mailing list