diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-14 03:35:40 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-14 03:35:40 -0500 |
| commit | 7c5f7142f76ca1be5eaf3f7795f18f8451aa30d5 (patch) | |
| tree | af0ed0e35759c365a0e27380199dc745a6e80af7 /save.c | |
| parent | 689c24dc77aac53416f6cb8b38362284ff64f308 (diff) | |
formatting
Diffstat (limited to 'save.c')
| -rw-r--r-- | save.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ static void get_chunk_filename(SDL_Point chunk_pos, filename name) { } static void get_world_filename(filename name) { - int written = SDL_snprintf(name, sizeof(filename), "%sworld.dat", pref_path()); + int written = SDL_snprintf( + name, sizeof(filename), "%sworld.dat", pref_path()); if (written >= sizeof(filename)) die("filename too large\n"); } |
