Skip to content

Commit

Permalink
Merge pull request #411 from SCOREC/apw/fix-reel_protect
Browse files Browse the repository at this point in the history
Fix outdated reel_fail call
  • Loading branch information
bobpaw authored Dec 30, 2023
2 parents b3f7d06 + 9936b88 commit 50567e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcu/reel/reel.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ void reel_protect(void)
#else
void reel_protect(void)
{
reel_fail(stderr, "reel_protect only supported on Linux and OS X");
reel_fail("reel_protect only supported on Linux and OS X");
}
#endif

0 comments on commit 50567e5

Please sign in to comment.