Skip to content

Commit

Permalink
Put semi-colon to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jun 1, 2016
1 parent 1331265 commit 1354826
Show file tree
Hide file tree
Showing 109 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion addons/advanced_ballistics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_ballistics", "ace_weather"};
author = ECSTRING(common,ACETeam);
authors[] = {"Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/ai/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/aircraft/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/apl/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_main"};
author = "Bohemia Interactive";
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
2 changes: 1 addition & 1 deletion addons/atragmx/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ACE_common", "ACE_weather"};
author = ECSTRING(common,ACETeam);
authors[] = {"Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/attach/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","eRazeri","esteldunedain"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/backpacks/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"bux","commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/ballistics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2","Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/captives/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ACE_Interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/cargo/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "Glowbal"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_main","ace_modules"};
author = CSTRING(ACETeam);
authors[] = {"KoffeinFlummi"};
PBO_URL
PBO_URL;
VERSION_CONFIG_COMMON;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/concertina_wire/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_apl", "ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/dagr/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_weather"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rosuto", "Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/disarming/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ACE_Interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"PabstMirror"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/disposable/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/dragging/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet", "commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/explosives/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/fastroping/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "BaerMitUmlaut"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/fcs/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","BadGuy (simon84)","commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/finger/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Drill"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/flashlights/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"voiper"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/flashsuppressors/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/fonts/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_main"};
author = ECSTRING(common,ACETeam);
authors[] = {"jaynus"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/frag/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Nou"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/gestures/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interact_menu"};
author = ECSTRING(common,ACETeam);
authors[] = {"joko // Jonas", "Emperias", "Zigomarvin"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/gforces/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "esteldunedain"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/goggles/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/grenades/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/hearing/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction", "A3_Characters_F", "A3_Characters_F_Kart"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2", "Rocko", "Rommel", "Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/hitreactions/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/huntir/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Norrin", "Rocko", "Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/interact_menu/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"NouberNou", "esteldunedain"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/interaction/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interact_menu"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi", "esteldunedain", "bux578", "dixon13"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/inventory/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Pabst Mirror, commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/kestrel4500/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ACE_common", "ACE_weather"};
author = ECSTRING(common,ACETeam);
authors[] = {ECSTRING(common,ACETeam), "Ruthberg"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/laserpointer/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/logistics_uavbattery/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"marc_book"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/logistics_wirecutter/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"gpgpgpgp", "PabstMirror"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/magazinerepack/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2","esteldunedain"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ class CfgPatches {
};
author = ECSTRING(common,ACETeam);
authors[] = {ECSTRING(common,ACETeam)};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD

#define WEB_URL "http://ace3mod.com/"
#define PBO_URL url = WEB_URL;
#define PBO_URL url = WEB_URL

// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 1.56
Expand Down
2 changes: 1 addition & 1 deletion addons/map/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","Rocko","esteldunedain"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/map_gestures/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Dslyecxi", "MikeMatrix"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/maptools/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"esteldunedain"};
PBO_URL
PBO_URL;
VERSION_CONFIG;
};
};
Expand Down
Loading

0 comments on commit 1354826

Please sign in to comment.