Skip to content

Commit

Permalink
add missing end
Browse files Browse the repository at this point in the history
  • Loading branch information
HDictus committed Jan 10, 2020
1 parent 66b187a commit 0441b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dspbase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ function _conv_sz(A, S)
outsize = .+(S...) .- (length(S) - 1)
out = _conv_similar(A, outsize)
_conv!(out, A, S, outsize)

end


# May switch argument order
Expand Down

0 comments on commit 0441b19

Please sign in to comment.