aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSpacelord <Spacelord09@users.noreply.github.com>2019-12-18 08:56:55 +0100
committerSpacelord <Spacelord09@users.noreply.github.com>2019-12-18 08:56:55 +0100
commit94ace66323562b7590bc38f61c27439293aa6fd2 (patch)
tree8b5f7dac9d683453507eaad21a26b19951e2bd3d
parent4b063b0017ff262e3d6757062a297082a808a3e2 (diff)
downloadmidimonster-94ace66323562b7590bc38f61c27439293aa6fd2.tar.gz
midimonster-94ace66323562b7590bc38f61c27439293aa6fd2.tar.bz2
midimonster-94ace66323562b7590bc38f61c27439293aa6fd2.zip
Change --version output to stdout
-rw-r--r--midimonster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/midimonster.c b/midimonster.c
index 67614d4..48c6fe9 100644
--- a/midimonster.c
+++ b/midimonster.c
@@ -224,7 +224,7 @@ static void event_free(){
}
static void version(){
- fprintf(stderr, "MIDIMonster %s\n", MIDIMONSTER_VERSION);
+ fprintf(stdout, "MIDIMonster %s\n", MIDIMONSTER_VERSION);
}
static int usage(char* fn){