Avoid a couple warnings
This commit is contained in:
parent
f2b3a85aa0
commit
ff75e81441
26
src/camera.c
26
src/camera.c
|
@ -1,19 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
static char const _copyright[] =
|
/* Copyright (c) 2012-2015 Pierre Pronchery <khorben@defora.org> */
|
||||||
"Copyright © 2012-2015 Pierre Pronchery <khorben@defora.org>";
|
|
||||||
/* This file is part of DeforaOS Desktop Camera */
|
/* This file is part of DeforaOS Desktop Camera */
|
||||||
static char const _license[] =
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
"This program is free software: you can redistribute it and/or modify\n"
|
* it under the terms of the GNU General Public License as published by
|
||||||
"it under the terms of the GNU General Public License as published by\n"
|
* the Free Software Foundation, version 3 of the License.
|
||||||
"the Free Software Foundation, version 3 of the License.\n"
|
*
|
||||||
"\n"
|
* This program is distributed in the hope that it will be useful,
|
||||||
"This program is distributed in the hope that it will be useful,\n"
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
|
* GNU General Public License for more details.
|
||||||
"GNU General Public License for more details.\n"
|
*
|
||||||
"\n"
|
* You should have received a copy of the GNU General Public License
|
||||||
"You should have received a copy of the GNU General Public License\n"
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
"along with this program. If not, see <http://www.gnu.org/licenses/>.";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user