diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-05-09 09:32:20 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-05-09 09:32:20 +1200 |
commit | b506d60f37c7bb5a870ca838072afe816fc7aa61 (patch) | |
tree | 482411cee5929bd730368716207b13dfbd91e9fb /src/portaudio-devices.adb | |
parent | 8acdbfe2299ec7a96db69ee0b2ec298401c92ae8 (diff) |
Constants marked constant, redundant with clauses no longer redundant
Diffstat (limited to 'src/portaudio-devices.adb')
-rw-r--r-- | src/portaudio-devices.adb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |