summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-06-11 06:57:44 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-06-11 06:57:44 +0000
commitcaa1d11ea9ca4bb4d12789ebb929a0ec820179a1 (patch)
tree9300c077f9664af3762fd7eca95ff6c71def5704 /support
parent30d3f158d5fb2b3081de931f96bbcc8edf76e278 (diff)
downloadshared-mime-info-caa1d11ea9ca4bb4d12789ebb929a0ec820179a1.tar.gz
Fix couple of typos.
svn path=/trunk/; revision=250
Diffstat (limited to 'support')
-rw-r--r--support/gnomesupport.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/gnomesupport.awk b/support/gnomesupport.awk
index 71882fab..025f5199 100644
--- a/support/gnomesupport.awk
+++ b/support/gnomesupport.awk
@@ -72,7 +72,7 @@ END {
print " int (*/*cmp*/) (const void *, const void *));";
print "";
print "/* Function to compare two `struct dirent's alphabetically. */";
- print "int alphasort PARAMS((const void */*a*/, const void */*b*/));";
+ print "int alphasort (const void */*a*/, const void */*b*/);";
}
if (!have_strerror)
@@ -138,7 +138,7 @@ END {
}
print ""
- print "#ifdef /* __cplusplus */";
+ print "#ifdef __cplusplus";
print "}";
print "#endif /* __cplusplus */";
print "";