Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Srashti Mittal
purr-data
Commits
f5229d6e
Commit
f5229d6e
authored
Oct 13, 2020
by
Albert Gräf
Browse files
Fix typo in zexy/sort.
parent
c18b86c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/zexy/src/sort.c
View file @
f5229d6e
...
@@ -149,6 +149,7 @@ static void sort_help(t_sort*UNUSED(x))
...
@@ -149,6 +149,7 @@ static void sort_help(t_sort*UNUSED(x))
{
{
post
(
"
\n
"
HEARTSYMBOL
" sort
\t\t
:: sort a list of numbers"
);
post
(
"
\n
"
HEARTSYMBOL
" sort
\t\t
:: sort a list of numbers"
);
}
}
ZEXY_SETUP
void
zexy_sort_setup
(
void
)
ZEXY_SETUP
void
zexy_sort_setup
(
void
)
{
{
sort_class
=
zexy_new
(
"sort"
,
sort_class
=
zexy_new
(
"sort"
,
...
@@ -160,7 +161,8 @@ ZEXY_SETUP void zexy_sort_setup(void)
...
@@ -160,7 +161,8 @@ ZEXY_SETUP void zexy_sort_setup(void)
zexy_register
(
"sort"
);
zexy_register
(
"sort"
);
}
}
#ifdef ZEXY_LIBRARY
#ifndef ZEXY_LIBRARY
/* only use sort_setup() when building as standalone objects
/* only use sort_setup() when building as standalone objects
* see https://git.iem.at/pd/zexy/issues/5
* see https://git.iem.at/pd/zexy/issues/5
*/
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment