Skip to content

Commit

Permalink
Add missing terminal newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Aug 31, 2024
1 parent c265c3f commit 32f0526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audio_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ $(foreach line,$(shell cat $(MID_CFG_PATH) | sed "s/ /__SPACE__/g"),$(call MID_E

# Warn users building without a .cfg - build will fail at link time
$(MID_ASM_DIR)/%.s: $(MID_SUBDIR)/%.mid
$(warning $< does not have an associated entry in midi.cfg! It cannot be built)
$(warning $< does not have an associated entry in midi.cfg! It cannot be built)
2 changes: 1 addition & 1 deletion sound/songs/midi/midi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,4 @@ se_unlock.mid: -E -R50 -G128 -V100 -P4
se_use_item.mid: -E -R50 -G127 -V100 -P5
se_vend.mid: -E -R50 -G128 -V110 -P4
se_warp_in.mid: -E -R50 -G127 -V090 -P4
se_warp_out.mid: -E -R50 -G127 -V090 -P4
se_warp_out.mid: -E -R50 -G127 -V090 -P4

0 comments on commit 32f0526

Please sign in to comment.