doxygen: Add some missing documentation.
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index 157b5a626b58306647fd3a09502efe992ed44bdc..be4d572e22f1517d1f5c3c970d30e6f6671f4158 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -723,7 +723,7 @@ static int get_local_time(uint64_t *seconds, char *buf, size_t size,
                } \
        }
 
-static short unsigned get_duration_width(int seconds)
+__a_const static short unsigned get_duration_width(int seconds)
 {
        short unsigned width;
        unsigned hours = seconds / 3600, mins = (seconds % 3600) / 60;