summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-01-10 15:28:03 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-01-10 15:28:03 +0000
commit7a74cd0bca6c300b9cc3cd2880c8b8822307b293 (patch)
tree22e34a42c7e6ca150246ddd15117d1d6e7cf24b6
parenta3737b84a9ab76421cca972139b2ec5a6572ab72 (diff)
downloadlibcss-7a74cd0bca6c300b9cc3cd2880c8b8822307b293.tar.gz
libcss-7a74cd0bca6c300b9cc3cd2880c8b8822307b293.tar.bz2
Fix filename.
-rw-r--r--src/select/properties/Makefile2
-rw-r--r--src/select/properties/widows.c (renamed from src/select/properties/windows.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/Makefile b/src/select/properties/Makefile
index eacc240..8905695 100644
--- a/src/select/properties/Makefile
+++ b/src/select/properties/Makefile
@@ -107,8 +107,8 @@ visibility.c \
voice_family.c \
volume.c \
white_space.c \
+widows.c \
width.c \
-windows.c \
word_spacing.c \
writing_mode.c \
z_index.c
diff --git a/src/select/properties/windows.c b/src/select/properties/widows.c
index 916966a..916966a 100644
--- a/src/select/properties/windows.c
+++ b/src/select/properties/widows.c