diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-26 14:40:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-26 14:57:35 +0100 |
commit | 7eeac88bdb111cc069d208cc2d82a6143748d9d3 (patch) | |
tree | beef81aa48b309bc02f943a1215dd5624395854d /scp2 | |
parent | d18a2753d5a6e29312e08365f7d9a512a92b998e (diff) |
fdo#75526: argh missing semicolon
Change-Id: I4cabdcd3d4d5e4a446a4784d7a657655a4fbdfdc
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/inc/macros.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 0fc98a36add5..6680cb500b2c 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -181,7 +181,7 @@ End TXT_FILE_BODY; \ Styles = (PACKED); \ Dir = gid_Dir_Lib_Sdk; \ - Name = name \ + Name = name; \ End #else #define SDK_LIBRARY_LINK(id,name,target) \ |