[vlc-commits] Fix compilation
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 30 16:49:15 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 30 16:49:04 2011 +0200| [1a2a6d6af34627055d9e16ab53f05aadd1369a0b] | committer: Jean-Baptiste Kempf
Fix compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1a2a6d6af34627055d9e16ab53f05aadd1369a0b
---
src/posix/dirs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/posix/dirs.c b/src/posix/dirs.c
index ef51766..eceb837 100644
--- a/src/posix/dirs.c
+++ b/src/posix/dirs.c
@@ -83,7 +83,7 @@ static char *config_GetHomeDir (void)
#endif
if (!home)
- return NULL
+ return NULL;
return FromLocaleDup (home);
}
More information about the vlc-commits
mailing list