diff --git a/hacking/ChangeLog b/hacking/ChangeLog index 43bcec9..d5d24bf 100644 --- a/hacking/ChangeLog +++ b/hacking/ChangeLog @@ -160,4 +160,5 @@ (fuse-utils_0_8_0-branch). 20070512 Merge changes from fuse-utils_0_8_0-branch to HEAD. 20070512 TAG: fuse-utils_0_8_0-merge-1 - +20070513 listbasic.c,utils.h: Fix filenames in comments (patch #1716201) + (Stuart Brady). diff --git a/listbasic.c b/listbasic.c index cbe380a..5c12b94 100644 --- a/listbasic.c +++ b/listbasic.c @@ -1,4 +1,4 @@ -/* listbasic: extract the BASIC listing from a snapshot or tape file +/* listbasic.c: extract the BASIC listing from a snapshot or tape file Copyright (c) 2002 Chris Cowley 2003 Philip Kendall, Darren Salt diff --git a/utils.h b/utils.h index a9ae2d8..4452606 100644 --- a/utils.h +++ b/utils.h @@ -1,4 +1,4 @@ -/* utils.c: useful utility functions +/* utils.h: useful utility functions Copyright (c) 2002-2003 Philip Kendall $Id$