aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SetupPGV.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetupPGV.c b/src/SetupPGV.c
index edebb6a..5536c26 100644
--- a/src/SetupPGV.c
+++ b/src/SetupPGV.c
@@ -1522,7 +1522,7 @@ pGA *PUGH_SetupGArray(void *parent,
this->vector_entry = vector_entry;
this->vector_base = vector_base;
- if(this->name) // && this->padddata)
+ if(this->name) /* && this->padddata) */
{
strcpy(this->name, name);
}