mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-15 14:23:41 +00:00
ANSI function declarations
This commit is contained in:
5
debug.c
5
debug.c
@@ -170,8 +170,7 @@ void showfeature(struct feature *ft)
|
||||
}
|
||||
|
||||
|
||||
static int showline(v)
|
||||
struct voice* v;
|
||||
static int showline(struct voice *v)
|
||||
/* draws one line of music from specified voice */
|
||||
{
|
||||
struct feature* ft;
|
||||
@@ -181,7 +180,7 @@ struct voice* v;
|
||||
struct fract* afract;
|
||||
struct rest* arest;
|
||||
struct tuple* atuple;
|
||||
cleftype_t* theclef; /* [JA] 2020-10-19 */
|
||||
cleftype_t* theclef;*/ /* [JA] 2020-10-19 */
|
||||
int sharps;
|
||||
struct chord* thischord;
|
||||
int chordcount;
|
||||
|
||||
Reference in New Issue
Block a user