From 81fff9bb80af3db0ee381c824261b8963e1cc221 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 1 Apr 2018 17:03:11 +0200 Subject: Fix file permissions I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. --- data/trainers/class_names.asm | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 data/trainers/class_names.asm (limited to 'data/trainers') diff --git a/data/trainers/class_names.asm b/data/trainers/class_names.asm old mode 100755 new mode 100644 -- cgit v1.2.3