Skip to content

Commit fe79662

Browse files
committed
Fix p21read compilation.
1 parent bfff9e6 commit fe79662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/p21read/p21read.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ int main(int argc, char *argv[])
155155
char *flnm;
156156

157157
// p21 ReadExchangeFile()
158-
benchmark stats();
158+
benchmark stats;
159159

160160
cout << argv[0] << ": load file ..." << endl;
161161
if(argc >= (sc_optind + 1)) {

0 commit comments

Comments
 (0)