Skip to content
Snippets Groups Projects
Commit a3531ede authored by Tobias Bouschen's avatar Tobias Bouschen
Browse files

Add return value for pb init function

parent accc23ec
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ int pb_init_rq(struct pb_init_struct *initstr, struct rq *rq) ...@@ -25,6 +25,8 @@ int pb_init_rq(struct pb_init_struct *initstr, struct rq *rq)
pb->count_admin_cycles = 0; pb->count_admin_cycles = 0;
pb->is_initialized = 1; // must be initialized last pb->is_initialized = 1; // must be initialized last
return 0;
} }
/* /*
* Kelvin's Testcodes * Kelvin's Testcodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment