summaryrefslogtreecommitdiff
path: root/gtkdoc-fixxref.in
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2016-11-23 08:07:47 +0100
committerStefan Sauer <ensonic@users.sf.net>2016-11-23 08:07:47 +0100
commitfc5bc0522006b80e11318834dbd3b70003ed7397 (patch)
tree6124b2a43c165c9c64f60e1f053360a6a56fb59b /gtkdoc-fixxref.in
parent87b653538616ef80e983f568d52f1013ad7dad89 (diff)
downloadgtk-doc-fc5bc0522006b80e11318834dbd3b70003ed7397.tar.gz
code-style: change run() to be upper-case
Diffstat (limited to 'gtkdoc-fixxref.in')
-rwxr-xr-xgtkdoc-fixxref.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtkdoc-fixxref.in b/gtkdoc-fixxref.in
index 632106a..faeb7f7 100755
--- a/gtkdoc-fixxref.in
+++ b/gtkdoc-fixxref.in
@@ -67,10 +67,10 @@ my %NoLinks = (
# Cache of dirs we already scanned for index files
my %DirCache;
-run() unless caller; # Run program unless loaded as a module
+Run() unless caller; # Run program unless loaded as a module
-sub run {
+sub Run {
my %optctl = ('module' => \$MODULE,
'module-dir' => \$MODULE_DIR,
'html-dir' => \$HTML_DIR,