aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/newfatal.cpp
diff options
context:
space:
mode:
authoryinsimei2017-07-11 00:07:40 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit9d349e794e272b6e7d8fe1655b7cc3bfa2253efb (patch)
tree1415a7a598c5ea76a870c880671523610ac17fac /engines/sludge/newfatal.cpp
parent38262ad6301953b373e3ef4341c2d1050bcd6981 (diff)
downloadscummvm-rg350-9d349e794e272b6e7d8fe1655b7cc3bfa2253efb.tar.gz
scummvm-rg350-9d349e794e272b6e7d8fe1655b7cc3bfa2253efb.tar.bz2
scummvm-rg350-9d349e794e272b6e7d8fe1655b7cc3bfa2253efb.zip
SLUDGE: code formatting for **
Diffstat (limited to 'engines/sludge/newfatal.cpp')
-rw-r--r--engines/sludge/newfatal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/newfatal.cpp b/engines/sludge/newfatal.cpp
index d0e5184ef5..52234002b4 100644
--- a/engines/sludge/newfatal.cpp
+++ b/engines/sludge/newfatal.cpp
@@ -38,7 +38,7 @@ static Common::String fatalMessage;
static Common::String fatalInfo = "Initialisation error! Something went wrong before we even got started!";
extern int numResourceNames /* = 0*/;
-extern char * *allResourceNames /*= NULL*/;
+extern char **allResourceNames /*= NULL*/;
int resourceForFatal = -1;