Commit 5a5ee8a2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

src/darwin: update copyright

(cherry picked from commit cfedc94072e43d71d0c8e393fe51767764566889)
parent d0c2a91d
/*****************************************************************************
* darwin_dirs.c: Mac OS X directories configuration
*****************************************************************************
* Copyright (C) 2001-2009 VLC authors and VideoLAN
* Copyright © 2007-2012 Rémi Denis-Courmont
* Copyright (C) 2001-2014 VLC authors and VideoLAN
* Copyright (C) 2007-2012 Rémi Denis-Courmont
*
* Authors: Gildas Bazin <gbazin@videolan.org>
* Authors: Rémi Denis-Courmont
* Felix Paul Kühne <fkuehne at videolan dot org>
* Pierre d'Herbemont <pdherbemont # videolan org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
......@@ -83,7 +84,6 @@ char *config_GetLibDir (void)
char *path = NULL;
asprintf(&path, "%s/"PACKAGE, incompletepath);
free(incompletepath);
printf("final path %s\n", path);
return path;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment