Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Sep 28, 2019
1 parent 2e02be2 commit 520aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OOps/ugens4.c
Expand Up @@ -765,7 +765,7 @@ int32_t krandi(CSOUND *csound, RANDI *p)
int32_t randi(CSOUND *csound, RANDI *p)
{
int64_t phs = p->phs, inc;
b uint32_t offset = p->h.insdshead->ksmps_offset;
uint32_t offset = p->h.insdshead->ksmps_offset;
uint32_t early = p->h.insdshead->ksmps_no_end;
uint32_t n, nsmps = CS_KSMPS;
MYFLT *ar, *ampp, *cpsp;
Expand Down

0 comments on commit 520aedf

Please sign in to comment.