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
ffcbff03
Commit
ffcbff03
authored
Oct 30, 2022
by
Dave Cooper
Browse files
fix misplaced paren.
parent
ed12b709
Pipeline
#7289
passed with stages
in 6 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/rest/source/gdl-app.lisp
View file @
ffcbff03
...
...
@@ -166,7 +166,7 @@ This function will be run in the initiating image after the build is finished."
(
toplevel-function
(
when
(
the
restart-init-function
)
`
(
lambda
()
(
gendl::initialize
:startup-banner?
t
)
)
(
gendl::initialize
:startup-banner?
t
)
(
funcall
#'
,
(
the
restart-init-function
)))))
#+
nil
...
...
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