Added some very pedantic warning flags
[tpg/acess2.git] / Kernel / include / vfs.h
index c0e9705..8618a04 100644 (file)
@@ -265,7 +265,7 @@ typedef struct sVFS_Node
 typedef struct sVFS_Driver
 {
        //! \brief Unique Identifier for this filesystem type
-       char    *Name;
+       const char      *Name;
        //! \brief Flags applying to this driver
        Uint    Flags;
        

UCC git Repository :: git.ucc.asn.au