fade: cosmetic cleanups
[paraslash.git] / server.h
index 3f01e05e9eb70f3c73eb5e2f15dd7e08b0ca3770..ae3a7dd878cab895a698d91f6daf84e9e9815b54 100644 (file)
--- a/server.h
+++ b/server.h
@@ -76,7 +76,7 @@ struct misc_meta_data {
 /** information on the current audio file  */
        struct audio_format_info afi;
 /** the size of the current audio file in bytes */
-       long unsigned int size;
+       size_t size;
 /** the full path of the current audio file */
        char filename[_POSIX_PATH_MAX];
 /** the last modification file of the current audio file */