Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/midirecord fix the log message typo.
details: https://anonhg.NetBSD.org/src/rev/7e255b569a25
branches: trunk
changeset: 338978:7e255b569a25
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jun 21 06:04:45 2015 +0000
description:
fix the log message typo.
diffstat:
usr.bin/midirecord/midirecord.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 12344f8ff7f8 -r 7e255b569a25 usr.bin/midirecord/midirecord.c
--- a/usr.bin/midirecord/midirecord.c Sun Jun 21 04:01:40 2015 +0000
+++ b/usr.bin/midirecord/midirecord.c Sun Jun 21 06:04:45 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: midirecord.c,v 1.8 2015/03/04 13:34:49 christos Exp $ */
+/* $NetBSD: midirecord.c,v 1.9 2015/06/21 06:04:45 mrg Exp $ */
/*
* Copyright (c) 2014 Matthew R. Green
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: midirecord.c,v 1.8 2015/03/04 13:34:49 christos Exp $");
+__RCSID("$NetBSD: midirecord.c,v 1.9 2015/06/21 06:04:45 mrg Exp $");
#endif
#include <sys/param.h>
@@ -301,7 +301,7 @@
{
size_t size = 0;
- LOG("UNHANDLED SEQ_COCAL");
+ LOG("UNHANDLED SEQ_LOCAL");
return size;
}
Home |
Main Index |
Thread Index |
Old Index