Skip to content

Commit

Permalink
A minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
iminkin authored and iminkin committed Oct 15, 2014
1 parent 76ee128 commit 808ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lagan/src/fchaos.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ int chain(LList* second, int off2, LList* first, int off1, int diff1, int gap, f
int tc =0;
int wc = 0;

inline void findPrev(LList* curr, int position, int offset, float baseval) {
void findPrev(LList* curr, int position, int offset, float baseval) {
int j,k;
LList* temp;
sle* iterator;
Expand Down

0 comments on commit 808ab19

Please sign in to comment.