diff --git a/src/capture.cpp b/src/capture.cpp index a7a23ca4d..f8e9b6cd5 100644 --- a/src/capture.cpp +++ b/src/capture.cpp @@ -961,7 +961,9 @@ const char *locale = DEFAULT_LOCALE; printf("-Yang and Sam from ZWO\n"); printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); - printf("-Chris Kuethe\n\n"); + printf("-Chris Kuethe\n"); + printf("-Eric Claeys\n"); + printf("\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: diff --git a/src/capture_RPiHQ.cpp b/src/capture_RPiHQ.cpp index cc0883256..04d25965b 100644 --- a/src/capture_RPiHQ.cpp +++ b/src/capture_RPiHQ.cpp @@ -698,7 +698,9 @@ int main(int argc, char *argv[]) printf("-Yang and Sam from ZWO\n"); printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); - printf("-Rob Musquetier\n\n"); + printf("-Rob Musquetier\n"); + printf("-Eric Claeys\n"); + printf("\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: