Skip to content

Commit 8e1dc17

Browse files
committed
Fix a typo
1 parent b725750 commit 8e1dc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STL_Extension/include/CGAL/callback.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# define CGAL_CALLBACK(f, p1, p2, p3)
3737
# define CGAL_CALLBACK(f, p1, p2, p3, p4)
3838
# define CGAL_CALLBACK(f, p1, p2, p3, p4, p5)
39-
## define CGAL_CALLBACK_VAR(x) 0
39+
# define CGAL_CALLBACK_VAR(x) 0
4040
#endif
4141

4242
#endif // CGAL_CALLBACK_H

0 commit comments

Comments
 (0)