mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-27 20:47:53 +00:00
od: fix dialyzer error
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%%% -*- erlang-indent-level: 2 -*-
|
||||
%%%
|
||||
%%% 'od' clone for files with 9-bit bytes
|
||||
%%% Copyright (C) 2013-2019 Mikael Pettersson
|
||||
%%% Copyright (C) 2013-2020 Mikael Pettersson
|
||||
%%%
|
||||
%%% This file is part of pdp10-tools.
|
||||
%%%
|
||||
@@ -41,6 +41,7 @@
|
||||
main(Argv) ->
|
||||
escript_runtime:start(fun main_/1, Argv).
|
||||
|
||||
-spec main_([string()]) -> no_return().
|
||||
main_(Argv) ->
|
||||
case getopt:parse(Argv, "VbcdDiloOsxXA:j:N:t:w::",
|
||||
[ {"version", no, $V}
|
||||
|
||||
Reference in New Issue
Block a user