Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #70 from ystarnaud/master
Browse files Browse the repository at this point in the history
Fix algo_t typedef
  • Loading branch information
KlausT authored Apr 6, 2018
2 parents aa2cf7a + dc9fbbe commit 802cef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ extern void tq_thaw(struct thread_q *tq);
}
#endif

enum algo_t
typedef enum __algo_t
{
algo_old,
algo_monero,
algo_graft,
algo_stellite
};
} algo_t;
#endif /* __MINER_H__ */

0 comments on commit 802cef5

Please sign in to comment.