-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2c8ad6
commit abb7288
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Copyright (C) 1996 | ||
* Thomas Sailer ([email protected], [email protected]) | ||
* | ||
* Copyright (C) 2012-2022 | ||
* Copyright (C) 2012-2023 | ||
* Elias Oenal ([email protected]) | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -802,9 +802,9 @@ int main(int argc, char *argv[]) | |
|
||
if ( !quietflg ) | ||
{ // pay heed to the quietflg | ||
fprintf(stderr, "multimon-ng 1.2.0\n" | ||
fprintf(stderr, "multimon-ng 1.3.0\n" | ||
" (C) 1996/1997 by Tom Sailer HB9JNX/AE4WA\n" | ||
" (C) 2012-2022 by Elias Oenal\n" | ||
" (C) 2012-2023 by Elias Oenal\n" | ||
"Available demodulators:"); | ||
for (i = 0; (unsigned int) i < NUMDEMOD; i++) { | ||
fprintf(stderr, " %s", dem[i]->name); | ||
|