home · contact · privacy
Applied new indentation rule to draw_map_objects().
[plomrogue] / src / windows.c
index 373d2212a1626b11be3f63f0de7e156054dbfe43..46124c5639a8b4c0b984e274adc573d5aa4bf235 100644 (file)
@@ -575,7 +575,7 @@ extern void draw_scroll_hint(struct Frame * frame, uint16_t pos, uint32_t dist,
         unit = unit_cols;
     }
     char * scrolldsc = malloc((4 * sizeof(char)) + strlen(more) + strlen(unit)
-                              + 10);  /* 10 = uint32 max strlen */
+                              + 10);                /* 10 = uint32 max strlen */
     sprintf(scrolldsc, " %d %s %s ", dist, more, unit);
 
     /* Decide on offset of the description text inside the scroll hint line. */