projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a4829
)
aft.c: Remove a stray "*" in a comment.
author
Andre Noll
<maan@systemlinux.org>
Sun, 14 Jul 2013 11:13:03 +0000
(13:13 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 21 Jul 2013 19:44:25 +0000
(21:44 +0200)
aft.c
patch
|
blob
|
history
diff --git
a/aft.c
b/aft.c
index
62ce9fa
..
a2883d4
100644
(file)
--- a/
aft.c
+++ b/
aft.c
@@
-280,7
+280,7
@@
static struct osl_table_description audio_file_table_desc = {
.column_descriptions = aft_cols
};
-/* We don't want
*
dot or dot-dot anywhere. */
+/* We don't want dot or dot-dot anywhere. */
static int verify_dotfile(const char *rest)
{
/*