From 2e975cffedbd234f9146fd13a45e121c8b8b37ce Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 16 Sep 2023 11:40:12 -0400 Subject: [PATCH] move fmod copyright comment to line 2 --- sound/fmod/fmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/fmod/fmod.c b/sound/fmod/fmod.c index 54bf974aa..3f35ee5c8 100644 --- a/sound/fmod/fmod.c +++ b/sound/fmod/fmod.c @@ -1,5 +1,5 @@ -/* Copyright (c) Taylor Daley, 2023. */ /* fmod.c */ +/* Copyright (c) Taylor Daley, 2023. */ /* NetHack may be freely redistributed. See license for details. */ #ifdef SND_LIB_FMOD @@ -96,4 +96,4 @@ fmod_ambience(int32_t ambienceid, int32_t ambience_action, #endif /* SND_LIB_FMOD */ - /* end of fmod.c */ \ No newline at end of file + /* end of fmod.c */