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

Commit

Permalink
err: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Sep 1, 2018
1 parent 0ae83b1 commit f8ed2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/err.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ typedef struct {
static module_lookup_t module_lookups[] = {
{ MODULE_FS, "FS", lookup_group, &err_g_official_fs },
{ MODULE_LIBTRANSISTOR, "libtransistor", lookup_transistor, NULL },
{ 0, NULL, NULL },
{ 0, NULL, NULL, NULL },
};

static const trn_result_description_t err_d_ok = { 0, "OK", "OK", "OK", 0};
Expand Down

0 comments on commit f8ed2e2

Please sign in to comment.