Skip to content

Commit

Permalink
fix multiple definition of settings object
Browse files Browse the repository at this point in the history
  • Loading branch information
rdewaele committed Jul 7, 2020
1 parent a804b34 commit b0767f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

/* this struct is initialized with default options, which will be
* overridden by command line options when present */
struct settings {
extern struct settings {
int rate;
const char * device;
const char * eol;
Expand Down

0 comments on commit b0767f4

Please sign in to comment.