Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rdp')
-rw-r--r--plugins/rdp/rdp_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rdp/rdp_plugin.h b/plugins/rdp/rdp_plugin.h
index b6265aef5..19b0a609c 100644
--- a/plugins/rdp/rdp_plugin.h
+++ b/plugins/rdp/rdp_plugin.h
@@ -66,7 +66,7 @@
*
* Returns: %TRUE if FREERDP headers are new enough
*/
-#define FREERDP_CHECK_VERSION(major,minor,revision) \
+#define FREERDP_CHECK_VERSION(major,minor,revision) \
(FREERDP_VERSION_MAJOR > (major) || \
(FREERDP_VERSION_MAJOR == (major) && FREERDP_VERSION_MINOR > (minor)) || \
(FREERDP_VERSION_MAJOR == (major) && FREERDP_VERSION_MINOR == (minor) && \