From 9d4ba9f50405a678bef4767ae387ad9f1062a979 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 5 Apr 2016 19:12:51 +0200 Subject: [PATCH] Add a missing comma --- include/Browser.h | 2 +- include/Browser/desktop.h | 2 +- include/Browser/plugin.h | 2 +- include/Browser/vfs.h | 2 +- src/browser.c | 2 +- src/browser.h | 2 +- src/callbacks.c | 2 +- src/callbacks.h | 2 +- src/common.c | 2 +- src/copy.c | 2 +- src/delete.c | 2 +- src/desktop.c | 2 +- src/desktop.h | 2 +- src/desktopctl.c | 2 +- src/desktopicon.c | 2 +- src/desktopicon.h | 2 +- src/main.c | 2 +- src/move.c | 2 +- src/open.c | 2 +- src/plugins/backup.c | 2 +- src/plugins/common.c | 2 +- src/plugins/cvs.c | 2 +- src/plugins/dirtree.c | 2 +- src/plugins/favorites.c | 2 +- src/plugins/git.c | 2 +- src/plugins/make.c | 2 +- src/plugins/places.c | 2 +- src/plugins/preview.c | 2 +- src/plugins/properties.c | 2 +- src/plugins/selection.c | 2 +- src/plugins/subversion.c | 2 +- src/plugins/template.c | 2 +- src/plugins/trash.c | 2 +- src/plugins/undelete.c | 2 +- src/plugins/volumes.c | 2 +- src/properties.c | 2 +- src/vfs.c | 2 +- src/view.c | 2 +- src/window.c | 2 +- src/window.h | 2 +- tests/plugins.c | 2 +- tests/vfs.c | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/include/Browser.h b/include/Browser.h index 2a01906..21ba9d2 100644 --- a/include/Browser.h +++ b/include/Browser.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/include/Browser/desktop.h b/include/Browser/desktop.h index c622e5f..211d3ae 100644 --- a/include/Browser/desktop.h +++ b/include/Browser/desktop.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/include/Browser/plugin.h b/include/Browser/plugin.h index 2559914..e680d24 100644 --- a/include/Browser/plugin.h +++ b/include/Browser/plugin.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/include/Browser/vfs.h b/include/Browser/vfs.h index 3ed8f87..8df3464 100644 --- a/include/Browser/vfs.h +++ b/include/Browser/vfs.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/browser.c b/src/browser.c index 2e5fe26..b46f8ae 100644 --- a/src/browser.c +++ b/src/browser.c @@ -10,7 +10,7 @@ static char const _license[] = "1. Redistributions of source code must retain the above copyright notice,\n" " this list of conditions and the following disclaimer.\n" "\n" -"2. Redistributions in binary form must reproduce the above copyright notice\n" +"2. Redistributions in binary form must reproduce the above copyright notice,\n" " this list of conditions and the following disclaimer in the documentation\n" " and/or other materials provided with the distribution.\n" "\n" diff --git a/src/browser.h b/src/browser.h index 31c1bed..dcbd3c0 100644 --- a/src/browser.h +++ b/src/browser.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/callbacks.c b/src/callbacks.c index c0adc7d..ddbd968 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/callbacks.h b/src/callbacks.h index e5b44a1..7305429 100644 --- a/src/callbacks.h +++ b/src/callbacks.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/common.c b/src/common.c index 70c7dcf..b80553f 100644 --- a/src/common.c +++ b/src/common.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/copy.c b/src/copy.c index 8bbb0b2..1ab67b6 100644 --- a/src/copy.c +++ b/src/copy.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/delete.c b/src/delete.c index fb86f57..997ba49 100644 --- a/src/delete.c +++ b/src/delete.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/desktop.c b/src/desktop.c index 4365c47..a0a2e5c 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/desktop.h b/src/desktop.h index ea6450f..28ac592 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/desktopctl.c b/src/desktopctl.c index d2b142c..b1fb070 100644 --- a/src/desktopctl.c +++ b/src/desktopctl.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/desktopicon.c b/src/desktopicon.c index a64c697..b49cfb8 100644 --- a/src/desktopicon.c +++ b/src/desktopicon.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/desktopicon.h b/src/desktopicon.h index 94bb0fb..5921d83 100644 --- a/src/desktopicon.h +++ b/src/desktopicon.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/main.c b/src/main.c index 3415fb0..729caf3 100644 --- a/src/main.c +++ b/src/main.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/move.c b/src/move.c index 7ad8eaf..212dfd5 100644 --- a/src/move.c +++ b/src/move.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/open.c b/src/open.c index b18e0b2..9d28142 100644 --- a/src/open.c +++ b/src/open.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/backup.c b/src/plugins/backup.c index 34fda13..fad4233 100644 --- a/src/plugins/backup.c +++ b/src/plugins/backup.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/common.c b/src/plugins/common.c index 5da6e14..e92f63e 100644 --- a/src/plugins/common.c +++ b/src/plugins/common.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/cvs.c b/src/plugins/cvs.c index b70efa2..ab9eb62 100644 --- a/src/plugins/cvs.c +++ b/src/plugins/cvs.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/dirtree.c b/src/plugins/dirtree.c index ce60547..ec678f2 100644 --- a/src/plugins/dirtree.c +++ b/src/plugins/dirtree.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/favorites.c b/src/plugins/favorites.c index 51610b2..eb09932 100644 --- a/src/plugins/favorites.c +++ b/src/plugins/favorites.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/git.c b/src/plugins/git.c index 8b18503..d0225f0 100644 --- a/src/plugins/git.c +++ b/src/plugins/git.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/make.c b/src/plugins/make.c index de6281e..2a4c44d 100644 --- a/src/plugins/make.c +++ b/src/plugins/make.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/places.c b/src/plugins/places.c index 191d5db..2be21b9 100644 --- a/src/plugins/places.c +++ b/src/plugins/places.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/preview.c b/src/plugins/preview.c index e7c9ae6..f7d9f0d 100644 --- a/src/plugins/preview.c +++ b/src/plugins/preview.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/properties.c b/src/plugins/properties.c index 727356f..46a0e6f 100644 --- a/src/plugins/properties.c +++ b/src/plugins/properties.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/selection.c b/src/plugins/selection.c index e48c58c..2a713ab 100644 --- a/src/plugins/selection.c +++ b/src/plugins/selection.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/subversion.c b/src/plugins/subversion.c index 98b14b1..3016112 100644 --- a/src/plugins/subversion.c +++ b/src/plugins/subversion.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/template.c b/src/plugins/template.c index 15b9138..3318ce5 100644 --- a/src/plugins/template.c +++ b/src/plugins/template.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/trash.c b/src/plugins/trash.c index 2b970fa..13c49c2 100644 --- a/src/plugins/trash.c +++ b/src/plugins/trash.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/undelete.c b/src/plugins/undelete.c index e5da624..128509c 100644 --- a/src/plugins/undelete.c +++ b/src/plugins/undelete.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/plugins/volumes.c b/src/plugins/volumes.c index ed8179f..5db827c 100644 --- a/src/plugins/volumes.c +++ b/src/plugins/volumes.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/properties.c b/src/properties.c index f0d3596..afefad7 100644 --- a/src/properties.c +++ b/src/properties.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/vfs.c b/src/vfs.c index 1391372..67160db 100644 --- a/src/vfs.c +++ b/src/vfs.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/view.c b/src/view.c index 52b564c..bbd008a 100644 --- a/src/view.c +++ b/src/view.c @@ -10,7 +10,7 @@ static char const _license[] = "1. Redistributions of source code must retain the above copyright notice,\n" " this list of conditions and the following disclaimer.\n" "\n" -"2. Redistributions in binary form must reproduce the above copyright notice\n" +"2. Redistributions in binary form must reproduce the above copyright notice,\n" " this list of conditions and the following disclaimer in the documentation\n" " and/or other materials provided with the distribution.\n" "\n" diff --git a/src/window.c b/src/window.c index 655541e..2a3fb32 100644 --- a/src/window.c +++ b/src/window.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/src/window.h b/src/window.h index 8ef8758..f6ac42a 100644 --- a/src/window.h +++ b/src/window.h @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/tests/plugins.c b/tests/plugins.c index 09dc7dc..95568bc 100644 --- a/tests/plugins.c +++ b/tests/plugins.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * diff --git a/tests/vfs.c b/tests/vfs.c index 2f86141..e8cd733 100644 --- a/tests/vfs.c +++ b/tests/vfs.c @@ -8,7 +8,7 @@ * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice + * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. *