Skip to content

Commit

Permalink
...How was this never an issue before?
Browse files Browse the repository at this point in the history
  • Loading branch information
David-McKenna committed Oct 6, 2024
1 parent 5d9f764 commit dc037b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/CLI/lofar_cli_meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void parseInput(char *inputFormat, const char *optargvar, int8_t *inputProvided)

int8_t parseOutput(lofar_udp_io_write_config *outConfig, lofar_udp_config *config, const char *optargvar, int8_t *outputProvided) {
if (lofar_udp_io_write_parse_optarg(outConfig, optargvar) < 0) {
helpMessages();
fprintf(stderr, "ERROR: Failed to parse output file name %s, exiting.\n", optargvar);
return -1;
}
// If the metadata is not yet set, see if we can parse a requested type from the output filename
Expand Down
1 change: 0 additions & 1 deletion src/CLI/lofar_cli_meta.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ extern "C" {
#endif

// Define prototypes
void helpMessages(void);
void sharedFlags(void);
void processingModes(void);

Expand Down

0 comments on commit dc037b4

Please sign in to comment.