Skip to content

Commit

Permalink
Include file mistakenly instantiated two variables, older compilers j…
Browse files Browse the repository at this point in the history
…ust merged all the instances, new one doesn't
  • Loading branch information
Matthias-Wandel committed Dec 4, 2021
1 parent 7954006 commit dd8da78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imgcomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef struct {
extern exconfig_t ex;


MemImage_t MemImage;
extern MemImage_t MemImage;
extern int NewestAverageBright;
extern int MsPerCycle; // HOw often to check for new images.
extern int Verbosity;
Expand All @@ -63,7 +63,7 @@ extern char SaveNames[200];
extern char CopyJpgCmd[200];

extern Regions_t Regions;
ImgMap_t * WeightMap;
extern ImgMap_t * WeightMap;

extern time_t LastPic_mtime;

Expand Down

0 comments on commit dd8da78

Please sign in to comment.