Skip to content

Commit 23618ea

Browse files
committed
Update 2016-01-23-osx-app-bundle.md
1 parent 6295f05 commit 23618ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2016-01-23-osx-app-bundle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: [CPP, Notes]
1212

1313
## 代码
1414

15-
{% highlight cpp %}
15+
```cpp
1616
#if defined(__APPLE__)
1717
#include <CoreFoundation/CoreFoundation.h>
1818
#endif
@@ -34,7 +34,7 @@ std::string ResourcePath()
3434
return std::string();
3535
#endif
3636
}
37-
{% endhighlight %}
37+
```
3838

3939
## 附录<span id="ref"></span>
4040

0 commit comments

Comments
 (0)