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
LSH
lsh
Commits
d299fdb4
Commit
d299fdb4
authored
Jun 11, 1999
by
Niels Möller
Browse files
Added missing \ in macro definition.
Rev: src/channel_commands.h:1.8
parent
8de14648
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel_commands.h
View file @
d299fdb4
...
...
@@ -84,7 +84,7 @@ int do_channel_request_command(struct command *s,
"struct command_continuation **c")))
*/
#define FORMAT_GLOBAL_REQUEST(r, conn, c)
#define FORMAT_GLOBAL_REQUEST(r, conn, c)
\
((r)->format_request((r), (conn), (c)))
int
do_channel_global_command
(
struct
command
*
s
,
...
...
Write
Preview
Markdown
is supported
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