diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2016-11-23 08:07:47 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2016-11-23 08:07:47 +0100 |
commit | fc5bc0522006b80e11318834dbd3b70003ed7397 (patch) | |
tree | 6124b2a43c165c9c64f60e1f053360a6a56fb59b /gtkdoc-rebase.in | |
parent | 87b653538616ef80e983f568d52f1013ad7dad89 (diff) | |
download | gtk-doc-fc5bc0522006b80e11318834dbd3b70003ed7397.tar.gz |
code-style: change run() to be upper-case
Diffstat (limited to 'gtkdoc-rebase.in')
-rw-r--r-- | gtkdoc-rebase.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtkdoc-rebase.in b/gtkdoc-rebase.in index 89cf8b1..b1d7f8b 100644 --- a/gtkdoc-rebase.in +++ b/gtkdoc-rebase.in @@ -57,10 +57,10 @@ my (%OnlineMap, %LocalMap, %RevMap); my %Mapped; -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 = ('html-dir' => \$HTML_DIR, 'other-dir' => \@OTHER_DIRS, 'dest-dir' => \$DEST_DIR, |