From fc5bc0522006b80e11318834dbd3b70003ed7397 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Wed, 23 Nov 2016 08:07:47 +0100 Subject: code-style: change run() to be upper-case --- gtkdoc-fixxref.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtkdoc-fixxref.in') 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, -- cgit v1.2.1