Skip to content

Commit cf65605

Browse files
pandaapoDavid Holmes
authored and
David Holmes
committedNov 8, 2022
8296445: C++ syntax error in jdwpTransport.h
Reviewed-by: cjplummer, lmesnik, sspitsyn
1 parent 1169dc0 commit cf65605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/jdk.jdwp.agent/share/native/include/jdwpTransport.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -262,7 +262,7 @@ struct _jdwpTransportEnv {
262262
}
263263

264264
/* SetTransportConfiguration added in JDWPTRANSPORT_VERSION_1_1 */
265-
jdwpTransportError SetTransportConfiguration(jdwpTransportEnv* env,
265+
jdwpTransportError SetTransportConfiguration(jdwpTransportConfiguration *config) {
266266
return functions->SetTransportConfiguration(this, config);
267267
}
268268

0 commit comments

Comments
 (0)
Please sign in to comment.