mirror of https://github.com/odrling/Aegisub
Fixed some typos in csri subs provider header.
Originally committed to SVN as r1929.
This commit is contained in:
parent
bb7177dcfb
commit
2c2664d4d8
|
@ -45,11 +45,11 @@
|
||||||
#define CSRIAPI
|
#define CSRIAPI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include "../csri/include/csri/csri.h"
|
#include "../csri/include/csri/csri.h"
|
||||||
#else
|
#else
|
||||||
#include "csri/csri.h"
|
#include "csri/csri.h"
|
||||||
#fi
|
#endif
|
||||||
|
|
||||||
/////////////////////////////////////////////////
|
/////////////////////////////////////////////////
|
||||||
// Common Subtitles Rendering Interface provider
|
// Common Subtitles Rendering Interface provider
|
||||||
|
|
Loading…
Reference in New Issue