mirror of
https://github.com/jeremysrand/md2teach.git
synced 2024-12-21 02:29:25 +00:00
Fix copyright in the file header.
This commit is contained in:
parent
361cdd941e
commit
bd1424169d
@ -3,7 +3,7 @@
|
||||
* md2teach
|
||||
*
|
||||
* Created by Jeremy Rand on 2021-04-13.
|
||||
* Copyright (c) 2021 ___ORGANIZATIONNAME___. All rights reserved.
|
||||
* Copyright (c) 2021 Jeremy Rand. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
// suspect things can get much worse with a complex document but this
|
||||
// approach should let me measure the worst case stack with a complex
|
||||
// document.
|
||||
//
|
||||
// Leaving the stack very big for now at 32K.
|
||||
#pragma stacksize 32768
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user