zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit e52dd059be43865f8d3db98db528e6e9b76fe4af
parent ca9ec78952fc51616a684203fc4cff2fe101b11f
Author: fundamental <[email protected]>
Date:   Tue,  9 Feb 2016 21:06:19 -0500

Desktop Files: Add Missing Trailing SemiColon

Fixes a rmplint warning

Diffstat:
Mzynaddsubfx-alsa.desktop | 2+-
Mzynaddsubfx-jack.desktop | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zynaddsubfx-alsa.desktop b/zynaddsubfx-alsa.desktop @@ -2,7 +2,7 @@ Name=ZynAddSubFX - Alsa Comment=A powerful realtime software synthesizer Comment[fr]=Un synthétiseur logiciel temps-réel puissant -Keywords=audio;sound;alsa;midi;synth;synthesizer +Keywords=audio;sound;alsa;midi;synth;synthesizer; Exec=zynaddsubfx -I alsa -O alsa Icon=zynaddsubfx Terminal=false diff --git a/zynaddsubfx-jack.desktop b/zynaddsubfx-jack.desktop @@ -2,7 +2,7 @@ Name=ZynAddSubFX - Jack Comment=A powerful realtime software synthesizer Comment[fr]=Un synthétiseur logiciel temps-réel puissant -Keywords=audio;sound;jack;midi;synth;synthesizer +Keywords=audio;sound;jack;midi;synth;synthesizer; Exec=zynaddsubfx -I jack -O jack Icon=zynaddsubfx Terminal=false