diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-03 18:13:45 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-03 18:13:45 +0000 |
commit | 8ca1fa5250dbbd463661381a7ea9fa47a9d1952e (patch) | |
tree | 56c6c180a3c522216318603481f2779553205aa2 /src/myfprintf.c | |
parent | 3e630cc834b81a55ff07e810eb6ce56db156a290 (diff) | |
download | mpd-8ca1fa5250dbbd463661381a7ea9fa47a9d1952e.tar.gz mpd-8ca1fa5250dbbd463661381a7ea9fa47a9d1952e.tar.xz mpd-8ca1fa5250dbbd463661381a7ea9fa47a9d1952e.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@2499 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/myfprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/myfprintf.c b/src/myfprintf.c index aec6e7bc9..8cd394c26 100644 --- a/src/myfprintf.c +++ b/src/myfprintf.c @@ -123,4 +123,3 @@ int myfprintfCloseAndOpenLogFile() { return 0; } -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |