aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/320_nxagent_configurable-keystrokes.full.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/320_nxagent_configurable-keystrokes.full.patch b/debian/patches/320_nxagent_configurable-keystrokes.full.patch
index ae1897d14..bcb8ef27c 100644
--- a/debian/patches/320_nxagent_configurable-keystrokes.full.patch
+++ b/debian/patches/320_nxagent_configurable-keystrokes.full.patch
@@ -481,7 +481,7 @@ Description: Make nxagent-specific keyboard bindings configurable
+ {
+ /* empty */
+ }
-+ else if (access(etcfile, R_OK == 0))
++ else if (access(etcfile, R_OK) == 0)
+ {
+ if (filename)
+ free(filename);