Replace the */ I accidentally removed in the last commit

This commit is contained in:
skrll 2020-07-24 05:26:37 +00:00
parent 13e972fc24
commit 003a43716e

View File

@ -1,4 +1,4 @@
/* $NetBSD: hfs.h,v 1.11 2020/07/23 19:26:34 skrll Exp $ */
/* $NetBSD: hfs.h,v 1.12 2020/07/24 05:26:37 skrll Exp $ */
/*-
* Copyright (c) 2005, 2007 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
#ifdef HFS_DEBUG
#if defined(_KERNEL)
#include "opt_ddb.h"
#endif /* defined(_KERNEL_)
#endif /* defined(_KERNEL_) */
#endif /* HFS_DEBUG */
#include <fs/hfs/libhfs.h>