From b506d60f37c7bb5a870ca838072afe816fc7aa61 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 9 May 2025 09:32:20 +1200 Subject: Constants marked constant, redundant with clauses no longer redundant --- src/portaudio-devices.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/portaudio-devices.adb') diff --git a/src/portaudio-devices.adb b/src/portaudio-devices.adb index aa697ad..c123591 100644 --- a/src/portaudio-devices.adb +++ b/src/portaudio-devices.adb @@ -9,7 +9,7 @@ pragma Ada_2012; with - Interfaces.C.Strings, + Interfaces.C, System; use type -- cgit