Skip to content

Commit

Permalink
removed redeclaration of ret
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 9, 2018
1 parent 8402f42 commit cb2cffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/c/examplePio.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ int main(int argc, char* argv[])

#ifdef TIMING
/* Initialize the GPTL timing library. */
int ret;
if ((ret = GPTLinitialize ()))
return ret;
#endif
Expand Down

0 comments on commit cb2cffd

Please sign in to comment.