Skip to content

Commit

Permalink
remove (void) in definition only
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Apr 19, 2023
1 parent 1be4814 commit 3b1bb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cable/buildinfo/buildinfo.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct buildinfo
const char* build_type;
};

const struct buildinfo* @FUNCTION_NAME@();
const struct buildinfo* @FUNCTION_NAME@(void);

#ifdef __cplusplus
}
Expand Down

0 comments on commit 3b1bb63

Please sign in to comment.