Skip to content

Commit

Permalink
Add missing (void) in sysFeatures_types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatix committed Nov 5, 2024
1 parent 347905c commit 326beb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/sysFeatures_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typedef enum {

typedef int (*hwfeature_getter_function)(const LikwidDevice_t device, char** value);
typedef int (*hwfeature_setter_function)(const LikwidDevice_t device, const char* value);
typedef int (*hwfeature_test_function)();
typedef int (*hwfeature_test_function)(void);

typedef struct {
const char* name;
Expand Down

0 comments on commit 326beb8

Please sign in to comment.