Skip to content

Commit

Permalink
bench_results: minor fix
Browse files Browse the repository at this point in the history
(#298)
E: hardinfo no-return-in-nonvoid-function /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/benchmark/bench_results.c:137

Signed-off-by: Burt P <pburt0@gmail.com>
  • Loading branch information
bp0 authored and lpereira committed Dec 2, 2018
1 parent 0aadc09 commit 35481e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/benchmark/bench_results.c
Expand Up @@ -113,7 +113,7 @@ static int cpu_config_is_close(char *str0, char *str1) {
return 0;
}

static gen_machine_id(bench_machine *m) {
static void gen_machine_id(bench_machine *m) {
char *s;
if (m) {
if (m->mid != NULL)
Expand Down

0 comments on commit 35481e5

Please sign in to comment.