Skip to content

Commit

Permalink
Merge pull request zserge#79 from ferambot/master
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
zserge authored Jun 13, 2016
2 parents bbc6755 + 37672b0 commit d1c85c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ static int test_failed = 0;
/* Terminate current test with error */
#define fail() return __LINE__

/* Successfull end of the test case */
/* Successful end of the test case */
#define done() return 0

/* Check single condition */
Expand Down

0 comments on commit d1c85c5

Please sign in to comment.