diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-02-17 14:15:28 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-17 14:15:28 +0000 |
| commit | 5d9c45ae4f8d0544f93b7782c1547c682f33ec02 (patch) | |
| tree | fcc06c92af0a9c3ceb2d600499c2d8dda71b5c8d | |
| parent | 511978e0afcdbf25113bb521a67bf94b67110340 (diff) | |
| download | rockbox-5d9c45ae4f8d0544f93b7782c1547c682f33ec02.zip rockbox-5d9c45ae4f8d0544f93b7782c1547c682f33ec02.tar.gz rockbox-5d9c45ae4f8d0544f93b7782c1547c682f33ec02.tar.bz2 rockbox-5d9c45ae4f8d0544f93b7782c1547c682f33ec02.tar.xz | |
moved the single-letter wildcard to a single line to prevent the tarball-
generating script from outputting a minor warning! ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3285 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/FILES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/FILES b/firmware/FILES index 0dac878..03ec7e4 100644 --- a/firmware/FILES +++ b/firmware/FILES @@ -1,6 +1,4 @@ -*.c -*.h -*.S +*.[chS] Makefile README FILES |