Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/169#discussion_r232502539
--- Diff: src/protocols/ssh/settings.h ---
@@ -253,6 +253,10 @@ typedef struct guac_ssh_settings {
* environment variable.
*/
char* locale;
+ /**
--- End diff --
Missing a blank line separating the block comment and the code above.---
