Skip to content

Commit 8083502

Browse files
author
Damien Nadé
committed
argsparse.sh: added missing semi-colon in encoding tag
1 parent a27c905 commit 8083502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

argsparse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# -*- tab-width: 4; encoding: utf-8 -*-
2+
# -*- tab-width: 4; encoding: utf-8; -*-
33
#
44
## @file
55
## @author Damien Nadé <bash-argsparse@livna.org>

0 commit comments

Comments
 (0)