physfs: missing escaping in description

This commit is contained in:
Adrien Destugues
2015-04-19 16:16:21 +02:00
parent ac0682d657
commit 1e2667e645

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
Physfs is short for PhysicsFS. It's a C library that provides abstract \
access to various archives. It is intended for use in video games, and the \
design was somewhat inspired by Quake 3's file subsystem. The programmer \
defines a "write directory" on the physical filesystem. No file writing done \
defines a \"write directory\" on the physical filesystem. No file writing done \
through the PhysicsFS API can leave that write directory, for security.
PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are \
available, the user's home directory, where in the real filesystem your \