From: Alex Bennée Date: Thu, 20 Jun 2024 15:22:09 +0000 (+0100) Subject: include/exec: add missing include guard comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b31bf9f8f72477742615888e78ab07845574e19c;p=qemu.git include/exec: add missing include guard comment Reviewed-by: Pierrick Bouvier Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Message-Id: <20240620152220.2192768-2-alex.bennee@linaro.org> --- diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h index eb14b91139..008a92198a 100644 --- a/include/exec/gdbstub.h +++ b/include/exec/gdbstub.h @@ -144,4 +144,4 @@ void gdb_set_stop_cpu(CPUState *cpu); /* in gdbstub-xml.c, generated by scripts/feature_to_c.py */ extern const GDBFeature gdb_static_features[]; -#endif +#endif /* GDBSTUB_H */