Skip to content

Commit

Permalink
Merge pull request #582 from thomasjacquin/AddContributor
Browse files Browse the repository at this point in the history
Add contributor
  • Loading branch information
ckuethe authored Oct 6, 2021
2 parents a07feb9 + 125d0cf commit c0b313a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/capture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,9 @@ const char *locale = DEFAULT_LOCALE;
printf("-Yang and Sam from ZWO\n");
printf("-Robert Wagner\n");
printf("-Michael J. Kidd - <[email protected]>\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:
Expand Down
4 changes: 3 additions & 1 deletion src/capture_RPiHQ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 - <[email protected]>\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:
Expand Down

0 comments on commit c0b313a

Please sign in to comment.