From d9fc32fa027f7a2f83c84ed803de255a9e5822e7 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Fri, 30 Jan 2004 02:57:48 +0000 Subject: [PATCH] Typo fix (rec -> play) git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@189 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- ttyplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyplay.h b/ttyplay.h index 9581a6a..695b04d 100644 --- a/ttyplay.h +++ b/ttyplay.h @@ -13,4 +13,4 @@ typedef void (*WriteFunc) (char *buf, int len); typedef void (*ProcessFunc) (FILE * fp, double speed, ReadFunc read_func, WaitFunc wait_func); -#endif /* !INCLUDED_ttyrec_h */ +#endif /* !INCLUDED_ttyplay_h */