X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=file.c;h=5f6204dbc942f05e5253cc53d75a4e22a523900c;hp=efd08e5a0f23ac78f9444312349de8779c8ce4d8;hb=3e31a8ceee19dcefa4817ff602718841deffade4;hpb=b173d788b35fb4cfcffdf657e39281988630861c diff --git a/file.c b/file.c index efd08e5..5f6204d 100644 --- a/file.c +++ b/file.c @@ -52,7 +52,8 @@ find_files(void) return true; } -FILE *open_score_file(char *mode) +FILE * +open_score_file(char *mode) { return fopen("scores", mode); }