Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
6c3f0981
Commit
6c3f0981
authored
Oct 28, 2022
by
Dave Cooper
Browse files
fixed typo
parent
b2a6ca3b
Pipeline
#7253
passed with stages
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/rest/source/gdl-app.lisp
View file @
6c3f0981
...
...
@@ -149,9 +149,9 @@ This function will be run in the initiating image after the build is finished."
(
lisp-implementation-type
)))
(
toplevel-function
,
(
when
(
the
restart-init-function
)
`
(
progn
(
funcall
#'
,
(
the
restart-init-function
)))))
(
toplevel-function
(
when
(
the
restart-init-function
)
`
(
progn
(
funcall
#'
,
(
the
restart-init-function
)))))
#+
nil
(
toplevel-function
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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