Skip to content

Commit

Permalink
missing </li> code (#1724)
Browse files Browse the repository at this point in the history
* missing </li> code

* Update Information.cpp
  • Loading branch information
trebmuh authored and falkTX committed Jan 13, 2023
1 parent 40cbc81 commit 1d537e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/utils/Information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const char* carla_get_complete_license_text()
#ifdef HAVE_SNDFILE
"<li>libsndfile library for base audio file support</li>"
#endif
"<li>rtmempool library by Nedko Arnaudov"
"<li>rtmempool library by Nedko Arnaudov</li>"
"<li>serd, sord, sratom and lilv libraries for LV2 discovery</li>"
#ifdef USING_RTAUDIO
"<li>RtAudio v" RTAUDIO_VERSION " and RtMidi v" RTMIDI_VERSION " for native Audio and MIDI support</li>"
Expand Down

0 comments on commit 1d537e9

Please sign in to comment.