summaryrefslogtreecommitdiffstats
path: root/subopt-helper.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-20 21:02:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-20 21:02:49 +0000
commit8ba6b4eaf939f34ac34993aa225143b4102f6c02 (patch)
tree478affd23420fa4f9067a3ad581c5425866e5bb3 /subopt-helper.c
parent4a2e468d4b29c3fd4b89c7b33cd9aefba885bfd6 (diff)
downloadmpv-8ba6b4eaf939f34ac34993aa225143b4102f6c02.tar.bz2
mpv-8ba6b4eaf939f34ac34993aa225143b4102f6c02.tar.xz
cosmetics: Remove pointless empty lines at EOF.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subopt-helper.c')
-rw-r--r--subopt-helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/subopt-helper.c b/subopt-helper.c
index 810fcd1a73..31cedeef6c 100644
--- a/subopt-helper.c
+++ b/subopt-helper.c
@@ -347,4 +347,3 @@ int strargcasecmp(strarg_t *arg, char *str) {
res = arg->len - strlen(str);
return res;
}
-