diff options
| author | Albert Cervin <albert@acervin.com> | 2024-02-01 00:08:06 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-02-01 00:09:06 +0100 |
| commit | 1653dfaef03d48a8a3aacfdea33ec6d82cab2a06 (patch) | |
| tree | a122314f47da3c3904b506f830932e576b45092d /src/main | |
| parent | 0e40d7a21bc0b139086e61e52bac6dc1115703bc (diff) | |
| download | dged-1653dfaef03d48a8a3aacfdea33ec6d82cab2a06.tar.gz dged-1653dfaef03d48a8a3aacfdea33ec6d82cab2a06.tar.xz dged-1653dfaef03d48a8a3aacfdea33ec6d82cab2a06.zip | |
Add git commit syntax
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/main.c b/src/main/main.c index c40f438..348ac1e 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -285,8 +285,8 @@ int main(int argc, char *argv[]) { struct window *active_window = windows_get_active(); - /* Update the screen by flushing command lists collected from updating the - * buffers. + /* Update the screen by flushing command lists collected + * from updating the buffers. */ TIMED_SCOPE_BEGIN(display); display_begin_render(display); |
