diff --git a/main.c b/main.c index 0e9f570..9e57cd0 100644 --- a/main.c +++ b/main.c @@ -5,8 +5,7 @@ * This file is a fork of the LedController code. You will find * the original copyright notices below. * - * @copyright - * Copyright (C) 2013 andmarios - http://www.andmarios.com \n + * @copyright Copyright (C) 2013 andmarios - http://www.andmarios.com \n * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,24 +21,23 @@ * along with this program. If not, see . * * - * @copyright - * Original Copyright Notice: + * @copyright Original Copyright Notice: \n * - * LedController + * LedController \n * Copyright (C) 2011 jmrobles - http://robleshermoso.wordpress.com \n * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version.\n + * (at your option) any later version. \n * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details.\n + * GNU General Public License for more details. \n * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . \n */ #include @@ -74,7 +72,7 @@ static struct libusb_device_handle *devh = NULL; * * @param argc POSIX number of parameters * @param argv Array of parameters - * @return Error color_code (0 on success) + * @return Error code (0 on success) */ int main(int argc, char **argv) { if (argc != 2)