Skip to content

Commit

Permalink
else instead of elif macro typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Nov 23, 2024
1 parent 17ff600 commit 830e7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ww/shiftbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ static inline void memCopy128(void *dest, const void *src, long int n)
s_vec += 4;
}
}
#elif

#else

#define EXTRA_ALLOC 0
#define BUF_USES_AVX 0
Expand Down

0 comments on commit 830e7b9

Please sign in to comment.