1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

pinprocfw: always print an error if file parsing fails

This commit is contained in:
Tom Collins
2020-06-24 10:01:00 -07:00
parent acd55d6d69
commit a14aaef0b2

View File

@@ -2302,6 +2302,7 @@ int main( int argc, char** argv )
processP3ROCFile(); processP3ROCFile();
break; break;
default: default:
fprintf(stderr, "Failed to parse file.\n");
break; break;
} }
// Destroy the P-ROC device handle created by openPROC() // Destroy the P-ROC device handle created by openPROC()