aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gmrun/files/patch-src::gtkcompletionline.cc
blob: aca565accc3c72f3d22adff118cc832ae70f904e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/gtkcompletionline.cc    Thu Dec 18 14:47:42 2003
+++ src/gtkcompletionline.cc.orig   Thu Dec 18 14:50:30 2003
@@ -348,7 +348,7 @@
 }
 
 static int
-select_executables_only(const struct dirent* dent)
+select_executables_only(struct dirent* dent)
 {
   int len = strlen(dent->d_name);
   int lenp = prefix.length();