Skip to content

Commit 48a7b14

Browse files
author
archibate
committed
Merge branch 'master' of https://github.com/zenustech/zeno
2 parents 4998236 + 9183d55 commit 48a7b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeno/utils/StackTraceback.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ void print_traceback(int skip) {
415415
}
416416
#else
417417
namespace zeno {
418-
void print_traceback() {
418+
void print_traceback(int skip) {
419419
}
420420
}
421421
#endif

0 commit comments

Comments
 (0)