Skip to content

Commit

Permalink
[assist-dv] Fix check_INTERFACE for no substantial checks. (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick authored Aug 25, 2023
1 parent b356947 commit 6ea2506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assist/bin/checks/interfaceChecks.pl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
%! check_INTERFACE is det.
%
% Performs all checks for INTERFACEs. Always succeeds, emits warnings.
check_INTERFACE(IFACE).
check_INTERFACE(IFACE) :- IFACE = 0, fail.
% check_INTERFACE_no_dest_SYSTEM(IFACE);
% check_INTERFACE_no_src_SYSTEM(IFACE).

0 comments on commit 6ea2506

Please sign in to comment.