From 577271ea64c99da6adf83acd304ade29347cd3c3 Mon Sep 17 00:00:00 2001 From: TatriX Date: Wed, 22 Sep 2021 14:43:28 +0200 Subject: [PATCH] Rename query-format to query-spec --- src/general.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/general.lisp b/src/general.lisp index 0806a00..baa44d8 100644 --- a/src/general.lisp +++ b/src/general.lisp @@ -47,7 +47,7 @@ be one of the following values, :u8, :s8, :u16lsb, :s16lsb, :u16msb, :s16msb, "Closes the mixer" (mix-close-audio)) -(defun query-format () +(defun query-spec () "Gets the output format in use by the opened audio device" (c-with ((freq :int) (fmt sdl2-ffi:uint16)