Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Oct 25, 2016
1 parent bdda230 commit 9bce3b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Engine/rdscor.c
Expand Up @@ -34,7 +34,7 @@ char* get_arg_string(CSOUND *csound, MYFLT p)
ip = ((OPCOD_IOBUFS*)ip->opcod_iobufs)->parent_ip;
}
ss = ip->strarg; /* look at this instr's strarg */

union {
MYFLT d;
int32 i;
Expand Down
2 changes: 1 addition & 1 deletion Engine/sread.c
Expand Up @@ -1515,7 +1515,7 @@ static void pcopy(CSOUND *csound, int pfno, int ncopy, SRTBLK *prvbp)
case 3: STA(bp)->newp3 = STA(bp)->p3val = prvbp->p3val;
break;
default:
break;
break;
}
STA(bp)->lineno = prvbp->lineno;
pfno++;
Expand Down
2 changes: 1 addition & 1 deletion include/csound.h
Expand Up @@ -905,7 +905,7 @@ extern "C" {

/**
* Get output type and format.
* type should have space for at least 5 chars excluding termination,
* type should have space for at least 5 chars excluding termination,
* and format should have space for at least 7 chars.
* On return, these will hold the current values for
* these parameters.
Expand Down

0 comments on commit 9bce3b2

Please sign in to comment.