Skip to content

Commit

Permalink
Merge pull request #7 from lispgames/fix-query-spec
Browse files Browse the repository at this point in the history
Rename query-format to query-spec
  • Loading branch information
mfiano committed Sep 22, 2021
2 parents 34b5e5d + 577271e commit fdcc7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/general.lisp
Expand Up @@ -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)
Expand Down

0 comments on commit fdcc7ee

Please sign in to comment.