Skip to content

Commit d413153

Browse files
committed
v1.0.6 FixFixFix - Update Readme
1 parent d674277 commit d413153

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

barcode.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@ function hexToRgb($hex) {
9292
/////////////////// PRINT HELP
9393

9494
function getVersionString($suffix='') {
95-
return "PHP-CLI Barcode v"._BC_VERSION.$suffix;
95+
return "PHP-CLI Barcode v"._BC_VERSION.$suffix;
9696
}
9797

9898
function printVersion($suffix='') {
99-
echo getVersionString($suffix)."\n";
99+
echo getVersionString($suffix)."\n";
100100
}
101101

102102
// prints help information
103103
function print_help($getopt) {
104-
printVersion();
104+
printVersion();
105105
global $encodings_list;
106106
global $formats_list;
107107

0 commit comments

Comments
 (0)