From c05477ad7e44d3208399d5bf0d7cfc787ff99c20 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 2 Mar 2015 16:12:43 -0800 Subject: [PATCH] Remove the executable bit from some sources These two source files had the executable bit set, which was causing them to mess up my tab completion. --- eyefi-config.c | 0 eyefi-unix.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 eyefi-config.c mode change 100755 => 100644 eyefi-unix.c diff --git a/eyefi-config.c b/eyefi-config.c old mode 100755 new mode 100644 diff --git a/eyefi-unix.c b/eyefi-unix.c old mode 100755 new mode 100644